Skip to content

Commit f0ee58f

Browse files
fix(deps): update dependency astring to ^1.8.5 for gatsby-plugin-mdx (#38150)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 394f4af commit f0ee58f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/gatsby-plugin-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@mdx-js/mdx": "^2.3.0",
3131
"acorn": "^8.8.2",
3232
"acorn-jsx": "^5.3.2",
33-
"astring": "^1.8.4",
33+
"astring": "^1.8.5",
3434
"deepmerge": "^4.3.1",
3535
"estree-util-build-jsx": "^2.2.2",
3636
"fs-extra": "^11.1.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6048,10 +6048,10 @@ astral-regex@^2.0.0:
60486048
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
60496049
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
60506050

6051-
astring@^1.8.0, astring@^1.8.4:
6052-
version "1.8.4"
6053-
resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.4.tgz#6d4c5d8de7be2ead9e4a3cc0e2efb8d759378904"
6054-
integrity sha512-97a+l2LBU3Op3bBQEff79i/E4jMD2ZLFD8rHx9B6mXyB2uQwhJQYfiDqUwtfjF4QA1F2qs//N6Cw8LetMbQjcw==
6051+
astring@^1.8.0, astring@^1.8.5:
6052+
version "1.8.6"
6053+
resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.6.tgz#2c9c157cf1739d67561c56ba896e6948f6b93731"
6054+
integrity sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==
60556055

60566056
60576057
version "1.2.3"

0 commit comments

Comments
 (0)