fix(deps): update dependency gatsby-plugin-advanced-sitemap to v2.1.0
This commit is contained in:
committed by
renovate[bot]
parent
f143e93088
commit
3cd35e8aec
@ -68,7 +68,7 @@
|
||||
"final-form": "4.20.6",
|
||||
"gatsby": "3.14.6",
|
||||
"gatsby-cli": "3.14.2",
|
||||
"gatsby-plugin-advanced-sitemap": "2.0.0",
|
||||
"gatsby-plugin-advanced-sitemap": "2.1.0",
|
||||
"gatsby-plugin-create-client-paths": "3.14.0",
|
||||
"gatsby-plugin-manifest": "3.14.0",
|
||||
"gatsby-plugin-postcss": "4.14.0",
|
||||
|
52
package-lock.json
generated
52
package-lock.json
generated
@ -1001,7 +1001,7 @@
|
||||
"final-form": "4.20.6",
|
||||
"gatsby": "3.14.6",
|
||||
"gatsby-cli": "3.14.2",
|
||||
"gatsby-plugin-advanced-sitemap": "2.0.0",
|
||||
"gatsby-plugin-advanced-sitemap": "2.1.0",
|
||||
"gatsby-plugin-create-client-paths": "3.14.0",
|
||||
"gatsby-plugin-manifest": "3.14.0",
|
||||
"gatsby-plugin-postcss": "4.14.0",
|
||||
@ -27711,21 +27711,22 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-advanced-sitemap": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-advanced-sitemap/-/gatsby-plugin-advanced-sitemap-2.0.0.tgz",
|
||||
"integrity": "sha512-UIe/rbdIVTtU1fBZkN8Gmru+aNOePlcuYRRi6V2LrSrNC4FFIFqlOa5W7j8piVUQLuzy/Ei2w6BNZA5c0S1M2Q==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-advanced-sitemap/-/gatsby-plugin-advanced-sitemap-2.1.0.tgz",
|
||||
"integrity": "sha512-h+IM+UWC18eWodH0TvAHdOM70UjA/4qWz8tD/q3aKTj0MrMxGY+x00PrrNL/oFD0XOcrVXZB3pBtA63yAHD1jg==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.14.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"fs-extra": "10.0.1",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.29.1",
|
||||
"pify": "5.0.0",
|
||||
"xml": "^1.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 12.19.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"gatsby": "^3.0.0"
|
||||
"gatsby": "^3.0.0 || ^4.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-advanced-sitemap/node_modules/@babel/runtime": {
|
||||
@ -27737,9 +27738,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-advanced-sitemap/node_modules/fs-extra": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
|
||||
"integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz",
|
||||
"integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==",
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.2.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
@ -27749,6 +27750,17 @@
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-advanced-sitemap/node_modules/pify": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz",
|
||||
"integrity": "sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-plugin-create-client-paths": {
|
||||
"version": "3.14.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-create-client-paths/-/gatsby-plugin-create-client-paths-3.14.0.tgz",
|
||||
@ -56480,7 +56492,7 @@
|
||||
"final-form": "4.20.6",
|
||||
"gatsby": "3.14.6",
|
||||
"gatsby-cli": "3.14.2",
|
||||
"gatsby-plugin-advanced-sitemap": "2.0.0",
|
||||
"gatsby-plugin-advanced-sitemap": "2.1.0",
|
||||
"gatsby-plugin-create-client-paths": "3.14.0",
|
||||
"gatsby-plugin-manifest": "3.14.0",
|
||||
"gatsby-plugin-postcss": "4.14.0",
|
||||
@ -76110,14 +76122,15 @@
|
||||
}
|
||||
},
|
||||
"gatsby-plugin-advanced-sitemap": {
|
||||
"version": "2.0.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-advanced-sitemap/-/gatsby-plugin-advanced-sitemap-2.0.0.tgz",
|
||||
"integrity": "sha512-UIe/rbdIVTtU1fBZkN8Gmru+aNOePlcuYRRi6V2LrSrNC4FFIFqlOa5W7j8piVUQLuzy/Ei2w6BNZA5c0S1M2Q==",
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-plugin-advanced-sitemap/-/gatsby-plugin-advanced-sitemap-2.1.0.tgz",
|
||||
"integrity": "sha512-h+IM+UWC18eWodH0TvAHdOM70UjA/4qWz8tD/q3aKTj0MrMxGY+x00PrrNL/oFD0XOcrVXZB3pBtA63yAHD1jg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "7.14.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"fs-extra": "10.0.1",
|
||||
"lodash": "4.17.21",
|
||||
"moment": "2.29.1",
|
||||
"pify": "5.0.0",
|
||||
"xml": "^1.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
@ -76130,14 +76143,19 @@
|
||||
}
|
||||
},
|
||||
"fs-extra": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.0.tgz",
|
||||
"integrity": "sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.0.1.tgz",
|
||||
"integrity": "sha512-NbdoVMZso2Lsrn/QwLXOy6rm0ufY2zEOKCDzJR/0kBsb0E6qed0P3iYK+Ath3BfvXEeu4JhEtXLgILx5psUfag==",
|
||||
"requires": {
|
||||
"graceful-fs": "^4.2.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
"universalify": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"pify": {
|
||||
"version": "5.0.0",
|
||||
"resolved": "https://registry.npmjs.org/pify/-/pify-5.0.0.tgz",
|
||||
"integrity": "sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user