diff --git a/package-lock.json b/package-lock.json index b833a93..4a7e880 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.7", "@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.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", + "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", "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.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.7.tgz", + "integrity": "sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==", "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..47e1386 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.7", "@types/chance": "1.1.3", "@types/cookies": "0.7.7", "@types/correlation-id": "2.1.2",