Commit 43f8707 1 parent 7e59e8e commit 43f8707 Copy full SHA for 43f8707
File tree 2 files changed +8
-1
lines changed
packages/gatsby-plugin-mdx
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 34
34
"eval" : " ^0.1.4" ,
35
35
"fs-extra" : " ^8.1.0" ,
36
36
"gray-matter" : " ^4.0.2" ,
37
- "json5" : " ^2.1.0 " ,
37
+ "json5" : " ^2.1.1 " ,
38
38
"loader-utils" : " ^1.2.3" ,
39
39
"lodash" : " ^4.17.15" ,
40
40
"mdast-util-to-string" : " ^1.0.6" ,
Original file line number Diff line number Diff line change @@ -12235,6 +12235,13 @@ json5@^2.1.0:
12235
12235
dependencies:
12236
12236
minimist "^1.2.0"
12237
12237
12238
+ json5@^2.1.1:
12239
+ version "2.1.1"
12240
+ resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.1.tgz#81b6cb04e9ba496f1c7005d07b4368a2638f90b6"
12241
+ integrity sha512-l+3HXD0GEI3huGq1njuqtzYK8OYJyXMkOLtQ53pjWh89tvWS2h6l+1zMkYWqlb57+SiQodKZyvMEFb2X+KrFhQ==
12242
+ dependencies:
12243
+ minimist "^1.2.0"
12244
+
12238
12245
jsonfile@^2.1.0:
12239
12246
version "2.4.0"
12240
12247
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"
You can’t perform that action at this time.
0 commit comments