From 4512223e9d654e6fc39c087d8284b70a8289e349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:05:50 +0000 Subject: [PATCH] deps: bump @types/mdx from 2.0.13 to 2.0.14 Bumps [@types/mdx](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mdx) from 2.0.13 to 2.0.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mdx) --- updated-dependencies: - dependency-name: "@types/mdx" dependency-version: 2.0.14 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ca1d1f94..d4c7379d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@tanstack/react-query": "^5.101.0", "@types/dompurify": "^3.2.0", "@types/lodash": "^4.17.20", - "@types/mdx": "^2.0.13", + "@types/mdx": "^2.0.14", "@upstash/ratelimit": "^2.0.7", "@upstash/redis": "^1.36.0", "autoprefixer": "^10.0.1", @@ -6439,9 +6439,9 @@ } }, "node_modules/@types/mdx": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", - "integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.14.tgz", + "integrity": "sha512-T48PeuJtvLosNTPVhfnIp3i/n3a4g4Bad7YCq5k64D4u7NwDrAotikQ+5+sjtUvBmxCMlbo3dVL+C2dP0rWHzg==", "license": "MIT" }, "node_modules/@types/ms": { diff --git a/package.json b/package.json index d8392cc46..ef94324f6 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "@tanstack/react-query": "^5.101.0", "@types/dompurify": "^3.2.0", "@types/lodash": "^4.17.20", - "@types/mdx": "^2.0.13", + "@types/mdx": "^2.0.14", "@upstash/ratelimit": "^2.0.7", "@upstash/redis": "^1.36.0", "autoprefixer": "^10.0.1",