From d997c540ebe0d52fe34512f2c58dc35098ce9c13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Dec 2022 23:06:06 +0000 Subject: [PATCH] fix: upgrade tailwindcss from 3.2.3 to 3.2.4 Snyk has created this PR to upgrade tailwindcss from 3.2.3 to 3.2.4. See this package in npm: https://www.npmjs.com/package/tailwindcss See this project in Snyk: https://app.snyk.io/org/zhaojun1998/project/34d350c2-67f6-49f9-8b61-a8802594e1cf?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 29 +++++++---------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index c21573c..b353ead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,14 +16,13 @@ "clsx": "^1.2.1", "docusaurus-plugin-image-zoom": "^0.1.1", "docusaurus-tailwindcss-loader": "file:plugins/docusaurus-tailwindcss-loader", - "plugin-image-zoom": "flexanalytics/plugin-image-zoom", "postcss": "^8.4.16", "postcss-import": "^14.1.0", "postcss-preset-env": "^7.7.2", "prism-react-renderer": "^1.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", - "tailwindcss": "^3.1.8", + "tailwindcss": "^3.2.4", "twin.macro": "^2.8.2" }, "devDependencies": { @@ -9141,13 +9140,6 @@ "node": ">=4" } }, - "node_modules/plugin-image-zoom": { - "version": "0.0.0", - "resolved": "git+ssh://git@github.com/flexanalytics/plugin-image-zoom.git#6edf8e287dc64c8a4e1010fd36478316ac25ffeb", - "dependencies": { - "medium-zoom": "^1.0.4" - } - }, "node_modules/postcss": { "version": "8.4.19", "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.19.tgz", @@ -12055,9 +12047,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.2.3", - "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.2.3.tgz", - "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", + "integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", "dependencies": { "arg": "^5.0.2", "chokidar": "^3.5.3", @@ -20804,13 +20796,6 @@ } } }, - "plugin-image-zoom": { - "version": "git+ssh://git@github.com/flexanalytics/plugin-image-zoom.git#6edf8e287dc64c8a4e1010fd36478316ac25ffeb", - "from": "plugin-image-zoom@flexanalytics/plugin-image-zoom", - "requires": { - "medium-zoom": "^1.0.4" - } - }, "postcss": { "version": "8.4.19", "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.4.19.tgz", @@ -22985,9 +22970,9 @@ } }, "tailwindcss": { - "version": "3.2.3", - "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-3.2.3.tgz", - "integrity": "sha512-Xt9D4PK4zuuQCEB8bwK9JUCKmTgUwyac/6b0/42Vqhgl6YJkep+Wf5wq+5uXYfmrupdAD0YY2NY1hyZp1HjRrg==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.2.4.tgz", + "integrity": "sha512-AhwtHCKMtR71JgeYDaswmZXhPcW9iuI9Sp2LvZPo9upDZ7231ZJ7eA9RaURbhpXGVlrjX4cFNlB4ieTetEb7hQ==", "requires": { "arg": "^5.0.2", "chokidar": "^3.5.3", diff --git a/package.json b/package.json index 6b38998..3de52b3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "prism-react-renderer": "^1.3.5", "react": "^17.0.2", "react-dom": "^17.0.2", - "tailwindcss": "^3.1.8", + "tailwindcss": "^3.2.4", "twin.macro": "^2.8.2" }, "devDependencies": {