Skip to content

Commit

Permalink
Merge pull request #1081 from keplersj/dependabot/npm_and_yarn/gatsby…
Browse files Browse the repository at this point in the history
…-transformer-yaml-2.9.0
  • Loading branch information
dependabot-preview[bot] committed Jan 5, 2021
2 parents f6530b4 + 4f4cbaf commit 16d435e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gatsby-theme-atom-service/package.json
Expand Up @@ -62,7 +62,7 @@
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-typescript": "^2.8.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-yaml": "^2.8.0",
"gatsby-transformer-yaml": "^2.9.0",
"lodash": "^4.17.20",
"mkdirp": "^1.0.4",
"react-helmet": "^6.1.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -7388,13 +7388,13 @@ gatsby-telemetry@^1.7.1:
node-fetch "^2.6.1"
uuid "3.4.0"

gatsby-transformer-yaml@^2.8.0:
version "2.8.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.8.0.tgz#6b0a353efdbbcc2f38896d65087169b4c09bf9a6"
integrity sha512-z7XhhGFshOw2yGKcerD7LDbFjJHhntwcrriktDic+dvbN3/UKrfJdiF4aJrSnP/MFwpclqti17Zo7BJSWXLiow==
gatsby-transformer-yaml@^2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/gatsby-transformer-yaml/-/gatsby-transformer-yaml-2.9.0.tgz#cb4da0a1d2c9ae2ffafb7ffe57b47d7506bcfc13"
integrity sha512-Jpn+XwNoSOq5dPxVEhXHNcc7DZNjPYGgBXu38m2vE5Z+sahXeLHbZKxx1pkTO9vfWWt2v36cF733kLxbH047BA==
dependencies:
"@babel/runtime" "^7.12.5"
js-yaml "^3.14.0"
js-yaml "^3.14.1"
lodash "^4.17.20"
unist-util-select "^1.5.0"

Expand Down Expand Up @@ -9850,10 +9850,10 @@ js-tokens@^3.0.2:
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=

js-yaml@^3.13.1, js-yaml@^3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482"
integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A==
js-yaml@^3.13.1, js-yaml@^3.14.1:
version "3.14.1"
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537"
integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==
dependencies:
argparse "^1.0.7"
esprima "^4.0.0"
Expand Down

0 comments on commit 16d435e

Please sign in to comment.