diff --git a/package-lock.json b/package-lock.json
index b833a93..d2f631d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -41,7 +41,7 @@
             },
             "devDependencies": {
                 "@sinonjs/fake-timers": "9.1.2",
-                "@tailwindcss/typography": "0.5.3",
+                "@tailwindcss/typography": "0.5.12",
                 "@types/chance": "1.1.3",
                 "@types/cookies": "0.7.7",
                 "@types/correlation-id": "2.1.2",
@@ -2281,14 +2281,15 @@
             }
         },
         "node_modules/@tailwindcss/typography": {
-            "version": "0.5.3",
-            "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.3.tgz",
-            "integrity": "sha512-Cn4MufL/xiTh2Npw26xiL7gP3GFkJH+zWM8DAm/NNEr4gF5N9D6gY9zMNNQUu27m8g0IIk665BUuoU92wVUBkA==",
+            "version": "0.5.12",
+            "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.12.tgz",
+            "integrity": "sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==",
             "dev": true,
             "dependencies": {
                 "lodash.castarray": "^4.4.0",
                 "lodash.isplainobject": "^4.0.6",
-                "lodash.merge": "^4.6.2"
+                "lodash.merge": "^4.6.2",
+                "postcss-selector-parser": "6.0.10"
             },
             "peerDependencies": {
                 "tailwindcss": ">=3.0.0 || insiders"
@@ -15374,14 +15375,15 @@
             }
         },
         "@tailwindcss/typography": {
-            "version": "0.5.3",
-            "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.3.tgz",
-            "integrity": "sha512-Cn4MufL/xiTh2Npw26xiL7gP3GFkJH+zWM8DAm/NNEr4gF5N9D6gY9zMNNQUu27m8g0IIk665BUuoU92wVUBkA==",
+            "version": "0.5.12",
+            "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.12.tgz",
+            "integrity": "sha512-CNwpBpconcP7ppxmuq3qvaCxiRWnbhANpY/ruH4L5qs2GCiVDJXde/pjj2HWPV1+Q4G9+V/etrwUYopdcjAlyg==",
             "dev": true,
             "requires": {
                 "lodash.castarray": "^4.4.0",
                 "lodash.isplainobject": "^4.0.6",
-                "lodash.merge": "^4.6.2"
+                "lodash.merge": "^4.6.2",
+                "postcss-selector-parser": "6.0.10"
             }
         },
         "@types/babel__core": {
diff --git a/package.json b/package.json
index c0e26f6..07d3da9 100644
--- a/package.json
+++ b/package.json
@@ -77,7 +77,7 @@
     },
     "devDependencies": {
         "@sinonjs/fake-timers": "9.1.2",
-        "@tailwindcss/typography": "0.5.3",
+        "@tailwindcss/typography": "0.5.12",
         "@types/chance": "1.1.3",
         "@types/cookies": "0.7.7",
         "@types/correlation-id": "2.1.2",