Skip to content

Commit 43f8707

Browse files
renovate[bot]GatsbyJS Bot
authored and
GatsbyJS Bot
committed
fix: update dependency json5 to ^2.1.1 (#18066)
1 parent 7e59e8e commit 43f8707

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/gatsby-plugin-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eval": "^0.1.4",
3535
"fs-extra": "^8.1.0",
3636
"gray-matter": "^4.0.2",
37-
"json5": "^2.1.0",
37+
"json5": "^2.1.1",
3838
"loader-utils": "^1.2.3",
3939
"lodash": "^4.17.15",
4040
"mdast-util-to-string": "^1.0.6",

yarn.lock

+7
Original file line numberDiff line numberDiff line change
@@ -12235,6 +12235,13 @@ json5@^2.1.0:
1223512235
dependencies:
1223612236
minimist "^1.2.0"
1223712237

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+
1223812245
jsonfile@^2.1.0:
1223912246
version "2.4.0"
1224012247
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-2.4.0.tgz#3736a2b428b87bbda0cc83b53fa3d633a35c2ae8"

0 commit comments

Comments
 (0)