diff options
author | 2025-03-31 10:40:59 +0100 | |
---|---|---|
committer | 2025-03-31 10:40:59 +0100 | |
commit | 758523cc04c51cc4a0cd55fb7800552c9ff0a5fc (patch) | |
tree | ec60fd931f435291f761d696286e017a947795c8 /packages/markdown/remark/package.json | |
parent | 2f6c0a751484d48a26f8945a5e8a42ce3c6f9381 (diff) | |
download | astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.gz astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.tar.zst astro-758523cc04c51cc4a0cd55fb7800552c9ff0a5fc.zip |
fix(deps): update all non-major dependencies (#13521)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/remark/package.json')
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index f9a3c7342..b71035e1d 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -55,7 +55,7 @@ "vfile": "^6.0.3" }, "devDependencies": { - "@types/estree": "^1.0.6", + "@types/estree": "^1.0.7", "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", |