From e1c3c466865d2377ea3c86ceec461579bfa657c5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 10:25:39 +0000 Subject: [PATCH] fix: upgrade @tailwindcss/typography from 0.5.4 to 0.5.14 Snyk has created this PR to upgrade @tailwindcss/typography from 0.5.4 to 0.5.14. See this package in npm: @tailwindcss/typography See this project in Snyk: https://app.snyk.io/org/wiran-larbi/project/ccc74b09-cdc6-4b69-9af3-c8ed0a5bc76d?utm_source=github&utm_medium=referral&page=upgrade-pr --- frontend/package-lock.json | 25 ++++++++++++++++++++----- frontend/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 6ab1476..fb2f424 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -19,7 +19,7 @@ "@ng-bootstrap/ng-bootstrap": "^15.1.2", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.2", - "@tailwindcss/typography": "^0.5.4", + "@tailwindcss/typography": "^0.5.14", "angular-code-input": "^2.0.0", "angular-feather": "^6.5.1", "angular-shepherd": "^16.0.0", @@ -3692,18 +3692,33 @@ } }, "node_modules/@tailwindcss/typography": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.4.tgz", - "integrity": "sha512-QEdg40EmGvE7kKoDei8zr5sf4D1pIayHj4R31bH3lX8x2BtTiR+jNejYPOkhbmy3DXgkMF9jC8xqNiGFAuL9Sg==", + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", + "license": "MIT", "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" } }, + "node_modules/@tailwindcss/typography/node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/@tootallnate/once": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", diff --git a/frontend/package.json b/frontend/package.json index d529777..43233bf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@ng-bootstrap/ng-bootstrap": "^15.1.2", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.2", - "@tailwindcss/typography": "^0.5.4", + "@tailwindcss/typography": "^0.5.14", "angular-code-input": "^2.0.0", "angular-feather": "^6.5.1", "angular-shepherd": "^16.0.0",