diff --git a/package.json b/package.json index e818957..31f98d5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-manifest": "2.4.21", "gatsby-plugin-mdx": "1.2.30", "gatsby-plugin-offline": "3.2.21", - "gatsby-plugin-pinterest": "3.0.0", + "gatsby-plugin-pinterest": "3.2.1", "gatsby-plugin-react-helmet": "3.3.10", "gatsby-plugin-robots-txt": "1.5.1", "gatsby-plugin-sharp": "2.6.24", diff --git a/yarn.lock b/yarn.lock index c3e04f9..873f86b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -926,7 +926,7 @@ core-js-pure "^3.0.0" regenerator-runtime "^0.13.4" -"@babel/runtime@^7.10.0", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2": +"@babel/runtime@^7.10.0", "@babel/runtime@^7.9.2": version "7.10.4" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99" integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw== @@ -940,6 +940,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.12.1": + version "7.12.1" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.12.1.tgz#b4116a6b6711d010b2dad3b7b6e43bf1b9954740" + integrity sha512-J5AIf3vPj3UwXaAzb5j1xM4WAQDX3EMgemF8rjCP3SoW09LfRKAXQKt6CoVYl230P6iWdRcBbnLDDdnqWxZSCA== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/standalone@^7.10.3": version "7.10.3" resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.10.3.tgz#aaabbf0fcfc82d595d3e1b9467b201d1a33a6e64" @@ -6603,12 +6610,12 @@ gatsby-plugin-page-creator@^2.3.19: lodash "^4.17.15" micromatch "^3.1.10" -gatsby-plugin-pinterest@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/gatsby-plugin-pinterest/-/gatsby-plugin-pinterest-3.0.0.tgz#46bb713fa2dd3d56a59f40306e4a89446ad52b3e" - integrity sha512-Wfrvtk3R90VW5/USMdFn+BnDE9V9mzZjuenZIFb8Uhp56Z7Z8uVtLwLzyi2mvytkDQCx/8MMzgJuF3O1cCCe6w== +gatsby-plugin-pinterest@3.2.1: + version "3.2.1" + resolved "https://registry.yarnpkg.com/gatsby-plugin-pinterest/-/gatsby-plugin-pinterest-3.2.1.tgz#5230a96afe0b347bfc6ceb4e4564083fc1a8f667" + integrity sha512-sNx0iDcRUR9qAYUiv5RI1fLpNs36oBrqceYONUyMoPej2HHYF29QYThQNfHVcOTpn0lizChovoJMyOICcZrwMg== dependencies: - "@babel/runtime" "^7.8.7" + "@babel/runtime" "^7.12.1" gatsby-plugin-react-helmet@3.3.10: version "3.3.10"