Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency gatsby-plugin-instagram-embed to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2023
1 parent fb6d542 commit a01298c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"gatsby-plugin-emotion": "4.3.10",
"gatsby-plugin-feed": "2.5.11",
"gatsby-plugin-gtag": "1.0.13",
"gatsby-plugin-instagram-embed": "2.0.1",
"gatsby-plugin-instagram-embed": "4.0.0",
"gatsby-plugin-layout": "1.3.10",
"gatsby-plugin-loadable-components-ssr": "2.1.0",
"gatsby-plugin-local-search": "1.1.1",
Expand Down
22 changes: 18 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.16.3":
version "7.22.3"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.22.3.tgz#0a7fce51d43adbf0f7b517a71f4c3aaca92ebcbb"
integrity sha512-XsDuspWKLUsxwCp6r7EhsExHtYfbe5oAGQ19kqngTdCPUoPQzOPdUbD/pB9PJiwb2ptYKQDjSJT3R6dC+EPqfQ==
dependencies:
regenerator-runtime "^0.13.11"

"@babel/runtime@^7.7.7", "@babel/runtime@^7.9.6":
version "7.11.0"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.11.0.tgz#f10245877042a815e07f7e693faff0ae9d3a2aac"
Expand Down Expand Up @@ -8042,10 +8049,12 @@ gatsby-plugin-gtag@1.0.13:
resolved "https://registry.yarnpkg.com/gatsby-plugin-gtag/-/gatsby-plugin-gtag-1.0.13.tgz#ffa08a728ba1cfe33090e52764d014a025a5d35a"
integrity sha512-Oul6O67klajrEjkkF1diD228SmyUWsAwTq/1tYq41vBwmyNiPk4dhk8K93rrNQ5d5zesSv+awBeGBa503tQqGw==

gatsby-plugin-instagram-embed@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-instagram-embed/-/gatsby-plugin-instagram-embed-2.0.1.tgz#bb619961783631cd9216f4baccab30280d78e8f5"
integrity sha512-CdzezDgYz73dLArWEs/eZtIZEMgytBtHqNDYfFSSOn9SM5aQvhsJGwNNg54zlPlOrDqVLc7a4DEDJWFIWk496A==
gatsby-plugin-instagram-embed@4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-instagram-embed/-/gatsby-plugin-instagram-embed-4.0.0.tgz#8cd67ca350c2d315bf05eebc6747385d035ff936"
integrity sha512-77WD8zhgITMGlwH5tAZc7EI95aMjNP7koQbj2cJw1e5mrMdSnQu//jUuLQMl+g4HOuPTBKviHAqRXd07t0lqvg==
dependencies:
"@babel/runtime" "^7.16.3"

gatsby-plugin-layout@1.3.10:
version "1.3.10"
Expand Down Expand Up @@ -14568,6 +14577,11 @@ regenerator-runtime@^0.11.0:
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==

regenerator-runtime@^0.13.11:
version "0.13.11"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==

regenerator-runtime@^0.13.3, regenerator-runtime@^0.13.4:
version "0.13.5"
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz#d878a1d094b4306d10b9096484b33ebd55e26697"
Expand Down

0 comments on commit a01298c

Please sign in to comment.