Skip to content

Commit

Permalink
Update dependency gatsby-remark-embed-video to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 9, 2021
1 parent d775a7c commit ecbaf7a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.20.2",
"eslint-plugin-react-hooks": "2.5.0",
"gatsby-remark-embed-video": "2.0.1",
"gatsby-remark-embed-video": "3.0.12",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"postcss-mixins": "6.2.3",
Expand Down
29 changes: 19 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7201,14 +7201,14 @@ [email protected]:
request "^2.88.0"
request-promise "^4.2.4"

gatsby-remark-embed-video@2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gatsby-remark-embed-video/-/gatsby-remark-embed-video-2.0.1.tgz#d7b5a8ecbde9ec8fc33fb2e569b87b2af35cb278"
integrity sha512-V+cW4Ev+iXb0jmqfqKpcdPRn9vsKahIdj9sAUj26Ox4rooknWCjhayBdxT51BM2u7P2u3ck3Ty96PnqW7e/Mog==
gatsby-remark-embed-video@3.0.12:
version "3.0.12"
resolved "https://registry.yarnpkg.com/gatsby-remark-embed-video/-/gatsby-remark-embed-video-3.0.12.tgz#51ee006b9168e90ef63de3933b150867a2528931"
integrity sha512-ucfFK3E+JogltKjE899ypwyqb9vgGZ+nDqkETc80oPgqcKeJfMymaGYwmehuufTpP5/Ws3fJmG55kWHx9K+LWA==
dependencies:
get-video-id "^3.1.4"
get-video-id "^3.1.9"
remark-burger "^1.0.1"
unist-util-visit "^2.0.0"
unist-util-visit "^2.0.3"

[email protected]:
version "3.3.12"
Expand Down Expand Up @@ -7563,10 +7563,10 @@ get-value@^2.0.3, get-value@^2.0.6:
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=

get-video-id@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/get-video-id/-/get-video-id-3.1.4.tgz#9bffb8b607aa0379f0f8a927eae7df13b5e414a3"
integrity sha512-XOZ60NZ60ozTtoWtPPpA3TC9JgDXgcd5nTfYwjBhZWAx3w48HRq6EqKp2bUJ/3F+BWgiMMHg4IkQ+acO6LxfMQ==
get-video-id@^3.1.9:
version "3.1.9"
resolved "https://registry.yarnpkg.com/get-video-id/-/get-video-id-3.1.9.tgz#e20634444cac0b25162a637e81b8746b4ae077bd"
integrity sha512-N6zOItV21/Z7DedqPCQ0lgi5IZJjXz6a4FjW0tDCDrTlLsfPnsIjfPDP+yyqlTwuHLefynCrZjBLDqETB+oafw==
dependencies:
get-src "^1.0.1"

Expand Down Expand Up @@ -15534,6 +15534,15 @@ unist-util-visit@^2.0.0:
unist-util-is "^4.0.0"
unist-util-visit-parents "^3.0.0"

unist-util-visit@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.3.tgz#c3703893146df47203bb8a9795af47d7b971208c"
integrity sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==
dependencies:
"@types/unist" "^2.0.0"
unist-util-is "^4.0.0"
unist-util-visit-parents "^3.0.0"

universalify@^0.1.0:
version "0.1.2"
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
Expand Down

0 comments on commit ecbaf7a

Please sign in to comment.