diff --git a/package-lock.json b/package-lock.json index c21573c..0c5a8d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,7 @@ "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": "^8.4.20", "postcss-import": "^14.1.0", "postcss-preset-env": "^7.7.2", "prism-react-renderer": "^1.3.5", @@ -9141,17 +9140,20 @@ "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", - "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", + "version": "8.4.20", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz", + "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + } + ], "dependencies": { "nanoid": "^3.3.4", "picocolors": "^1.0.0", @@ -20804,17 +20806,10 @@ } } }, - "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", - "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==", + "version": "8.4.20", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.20.tgz", + "integrity": "sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==", "requires": { "nanoid": "^3.3.4", "picocolors": "^1.0.0", diff --git a/package.json b/package.json index 6b38998..4af5cd1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "clsx": "^1.2.1", "docusaurus-plugin-image-zoom": "^0.1.1", "docusaurus-tailwindcss-loader": "file:plugins/docusaurus-tailwindcss-loader", - "postcss": "^8.4.16", + "postcss": "^8.4.20", "postcss-import": "^14.1.0", "postcss-preset-env": "^7.7.2", "prism-react-renderer": "^1.3.5",