build(deps): bump gatsby-plugin-netlify from 4.3.1 to 5.0.1 in /docs (#3041)

This commit is contained in:
dependabot[bot] 2022-08-01 22:50:50 +02:00 committed by GitHub
parent 594bd33afe
commit b3374a8682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 10 deletions

28
docs/package-lock.json generated
View File

@ -21,7 +21,7 @@
"gatsby-plugin-google-analytics": "^4.17.0",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^5.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
@ -12947,15 +12947,15 @@
}
},
"node_modules/gatsby-plugin-netlify": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-4.3.1.tgz",
"integrity": "sha512-GCznA2EfnNOLYCbdIRufSebjIyK8ZAO1ew1GiEqy2IgakZSew6iyGcDC3M6OXkDiVaUCssuoltAyGZYg/JeUZw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-5.0.1.tgz",
"integrity": "sha512-siy/zX45fIEtfCApH3QkXG0u3mS0y/bf/J2mDMFOrfvhiyB35YDJfaWoRvon+UwJM4dYcMJY17sAnBaBfOQ9GA==",
"dependencies": {
"@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",
"lodash.mergewith": "^4.6.2",
"webpack-assets-manifest": "^5.0.6"
},
"engines": {
@ -17369,6 +17369,11 @@
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
"node_modules/lodash.mergewith": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
"integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ=="
},
"node_modules/lodash.pick": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",
@ -35811,15 +35816,15 @@
}
},
"gatsby-plugin-netlify": {
"version": "4.3.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-4.3.1.tgz",
"integrity": "sha512-GCznA2EfnNOLYCbdIRufSebjIyK8ZAO1ew1GiEqy2IgakZSew6iyGcDC3M6OXkDiVaUCssuoltAyGZYg/JeUZw==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/gatsby-plugin-netlify/-/gatsby-plugin-netlify-5.0.1.tgz",
"integrity": "sha512-siy/zX45fIEtfCApH3QkXG0u3mS0y/bf/J2mDMFOrfvhiyB35YDJfaWoRvon+UwJM4dYcMJY17sAnBaBfOQ9GA==",
"requires": {
"@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",
"lodash.mergewith": "^4.6.2",
"webpack-assets-manifest": "^5.0.6"
},
"dependencies": {
@ -38857,6 +38862,11 @@
"resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
"integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
},
"lodash.mergewith": {
"version": "4.6.2",
"resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz",
"integrity": "sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ=="
},
"lodash.pick": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz",

View File

@ -18,7 +18,7 @@
"gatsby-plugin-google-analytics": "^4.17.0",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-netlify": "^4.3.1",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-netlify-cache": "^2.0.0",
"gatsby-plugin-offline": "^5.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",