diff --git a/package-lock.json b/package-lock.json index 76682d0..9d71485 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9964,9 +9964,9 @@ } }, "gatsby-plugin-sitemap": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.11.0.tgz", - "integrity": "sha512-W9LOdRhvYsc4Iq67UpXEe+R9FeITSNNpF+Xr5ej4mAqye76UE5kHkjyFLJBqfuwc1ANSsi6e3TKrdYoRV90P2w==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-sitemap/-/gatsby-plugin-sitemap-2.12.0.tgz", + "integrity": "sha512-oY0SzFl7xDVfIp3f4dhsKuGknc6tLsZIdNWPB9jv3HEDIFpyohFjJ4tcH2rHG8Wm8ceW34XjgSW0fcyu/QQYxQ==", "requires": { "@babel/runtime": "^7.12.5", "common-tags": "^1.8.0", @@ -9976,9 +9976,9 @@ }, "dependencies": { "@babel/runtime": { - "version": "7.12.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", - "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", + "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index bf7f72b..bb1a827 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-sharp": "^2.14.1", "gatsby-plugin-sass": "^2.8.0", - "gatsby-plugin-sitemap": "^2.11.0", + "gatsby-plugin-sitemap": "^2.12.0", "gatsby-plugin-styled-components": "^3.10.0", "gatsby-source-filesystem": "^2.10.0", "gatsby-source-youtube-v2": "^1.0.1",