diff --git a/package-lock.json b/package-lock.json index c1a363b..daa33e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5154,9 +5154,9 @@ } }, "postcss-import": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-13.0.0.tgz", - "integrity": "sha512-LPUbm3ytpYopwQQjqgUH4S3EM/Gb9QsaSPP/5vnoi+oKVy3/mIk2sc0Paqw7RL57GpScm9MdIMUypw2znWiBpg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-14.0.0.tgz", + "integrity": "sha512-gFDDzXhqr9ELmnLHgCC3TbGfA6Dm/YMb/UN8/f7Uuq4fL7VTk2vOIj6hwINEwbokEmp123bLD7a5m+E+KIetRg==", "dev": true, "requires": { "postcss-value-parser": "^4.0.0", diff --git a/package.json b/package.json index dd1648c..ba0bba0 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "autoprefixer": "^10.0.4", "next": "^10.0.3", "postcss": "^8.2.1", - "postcss-import": "^13.0.0", + "postcss-import": "^14.0.0", "react": "^17.0.1", "react-dom": "^17.0.1", "rehype-katex": "^4.0.0",