Skip to content

Commit

Permalink
fix: update dependency json5 to ^2.1.1 (#18066)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and GatsbyJS Bot committed Oct 3, 2019
1 parent 7e59e8e commit 43f8707
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eval": "^0.1.4",
"fs-extra": "^8.1.0",
"gray-matter": "^4.0.2",
"json5": "^2.1.0",
"json5": "^2.1.1",
"loader-utils": "^1.2.3",
"lodash": "^4.17.15",
"mdast-util-to-string": "^1.0.6",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12235,6 +12235,13 @@ json5@^2.1.0:
dependencies:
minimist "^1.2.0"

json5@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==
dependencies:
minimist "^1.2.0"

jsonfile@^2.1.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
Expand Down

0 comments on commit 43f8707

Please sign in to comment.