diff --git a/package-lock.json b/package-lock.json index e9eccae..833adda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", - "remark-smartypants": "^3.0.1", + "remark-smartypants": "^3.0.2", "rfdc": "^1.4.1", "rimraf": "^5.0.8", "serve-handler": "^6.1.5", @@ -5108,9 +5108,9 @@ } }, "node_modules/remark-smartypants": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.1.tgz", - "integrity": "sha512-qyshfCl2eLO0i0558e79ZJsfojC5wjnYLByjt0FmjJQN6aYwcRxpoj784LZJSoWCdnA2ubh5rLNGb8Uur/wDng==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/remark-smartypants/-/remark-smartypants-3.0.2.tgz", + "integrity": "sha512-ILTWeOriIluwEvPjv67v7Blgrcx+LZOkAUVtKI3putuhlZm84FnqDORNXPPm+HY3NdZOMhyDwZ1E+eZB/Df5dA==", "dependencies": { "retext": "^9.0.0", "retext-smartypants": "^6.0.0", diff --git a/package.json b/package.json index 981ee7c..acaae77 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "remark-math": "^6.0.0", "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", - "remark-smartypants": "^3.0.1", + "remark-smartypants": "^3.0.2", "rfdc": "^1.4.1", "rimraf": "^5.0.8", "serve-handler": "^6.1.5",