Skip to content

Commit

Permalink
fix(deps): update minor and patch dependencies for gatsby-transformer…
Browse files Browse the repository at this point in the history
…-remark (#32613)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
3 people authored Oct 29, 2021
1 parent c2e181d commit a1b315f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-transformer-remark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.1.0-next.0",
"gray-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"hast-util-raw": "^6.0.2",
"hast-util-to-html": "^7.1.2",
"hast-util-to-html": "^7.1.3",
"lodash": "^4.17.21",
"mdast-util-to-hast": "^10.2.0",
"mdast-util-to-string": "^2.0.0",
Expand All @@ -25,7 +25,7 @@
"retext-english": "^3.0.4",
"sanitize-html": "^1.27.5",
"underscore.string": "^3.3.5",
"unified": "^9.2.1",
"unified": "^9.2.2",
"unist-util-remove-position": "^3.0.0",
"unist-util-select": "^3.0.4",
"unist-util-visit": "^2.0.3"
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12465,12 +12465,12 @@ gray-matter@^2.1.0:
js-yaml "^3.8.1"
toml "^2.3.2"

gray-matter@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.2.tgz#9aa379e3acaf421193fce7d2a28cebd4518ac454"
integrity sha512-7hB/+LxrOjq/dd8APlK0r24uL/67w7SkYnfwhNFwg/VDIGWGmduTDYf3WNstLW2fbbmRwrDGCVSJ2isuf2+4Hw==
gray-matter@^4.0.2, gray-matter@^4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.3.tgz#e893c064825de73ea1f5f7d88c7a9f7274288798"
integrity sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==
dependencies:
js-yaml "^3.11.0"
js-yaml "^3.13.1"
kind-of "^6.0.2"
section-matter "^1.0.0"
strip-bom-string "^1.0.0"
Expand Down Expand Up @@ -12740,7 +12740,7 @@ hast-util-to-html@^4.0.0:
unist-util-is "^2.0.0"
xtend "^4.0.1"

hast-util-to-html@^7.1.2, hast-util-to-html@^7.1.3:
hast-util-to-html@^7.1.3:
version "7.1.3"
resolved "https://registry.yarnpkg.com/hast-util-to-html/-/hast-util-to-html-7.1.3.tgz#9f339ca9bea71246e565fc79ff7dbfe98bb50f5e"
integrity sha512-yk2+1p3EJTEE9ZEUkgHsUSVhIpCsL/bvT8E5GzmWc+N1Po5gBw+0F8bo7dpxXR0nu0bQVxVZGX2lBGF21CmeDw==
Expand Down Expand Up @@ -15366,7 +15366,7 @@ js-tokens@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"

js-yaml@3.14.1, js-yaml@^3.10.0, js-yaml@^3.11.0, js-yaml@^3.13.1, js-yaml@^3.14.1, js-yaml@^3.6.1, js-yaml@^3.8.1:
js-yaml@3.14.1, js-yaml@^3.10.0, js-yaml@^3.13.1, js-yaml@^3.14.1, js-yaml@^3.6.1, js-yaml@^3.8.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==
Expand Down Expand Up @@ -25491,7 +25491,7 @@ unified@^8.0.0, unified@^8.4.2:
trough "^1.0.0"
vfile "^4.0.0"

unified@^9.1.0, unified@^9.2.0, unified@^9.2.1, unified@^9.2.2:
unified@^9.1.0, unified@^9.2.0, unified@^9.2.2:
version "9.2.2"
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
Expand Down

0 comments on commit a1b315f

Please sign in to comment.