From 00de091581bea7bbc6af2cfa41002f753f922d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 May 2024 06:14:52 +0000 Subject: [PATCH] chore(deps-dev): bump @types/mdast in the unified group Bumps the unified group with 1 update: [@types/mdast](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mdast). Updates `@types/mdast` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mdast) --- updated-dependencies: - dependency-name: "@types/mdast" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: unified ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 25f1c5d7..b227e3af 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@types/glob": "^8.1.0", "@types/jest": "^29.5.12", "@types/react-syntax-highlighter": "^15.5.13", - "@types/mdast": "4.0.3", + "@types/mdast": "4.0.4", "@types/node": "20.12.12", "@types/react": "^18.2.79", "@types/react-dom": "^18.3.0", diff --git a/yarn.lock b/yarn.lock index 71f962d2..e4b72156 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1277,10 +1277,10 @@ resolved "https://registry.yarnpkg.com/@types/katex/-/katex-0.16.7.tgz#03ab680ab4fa4fbc6cb46ecf987ecad5d8019868" integrity sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ== -"@types/mdast@4.0.3", "@types/mdast@^4.0.0": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.3.tgz#1e011ff013566e919a4232d1701ad30d70cab333" - integrity sha512-LsjtqsyF+d2/yFOYaN22dHZI1Cpwkrj+g06G8+qtUKlhovPW89YhqSnfKtMbkgmEtYpH2gydRNULd6y8mciAFg== +"@types/mdast@4.0.4", "@types/mdast@^4.0.0": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6" + integrity sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA== dependencies: "@types/unist" "*"