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",