diff --git a/package-lock.json b/package-lock.json index dfbdd5c..9af6f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "katex": "^0.16.8", "lottie-react": "^2.4.0", "lowlight": "^2.9.0", - "next": "latest", + "next": "*", "next-pwa": "^5.6.0", "next-themes": "^0.2.1", "react": "^18.2.0", @@ -68,7 +68,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "prettier": "^2.8.8", "prettier-plugin-sort-imports": "^1.7.2", "prettier-plugin-tailwindcss": "^0.3.0", @@ -10262,9 +10262,9 @@ } }, "node_modules/postcss": { - "version": "8.4.24", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.24.tgz", - "integrity": "sha512-M0RzbcI0sO/XJNucsGjvWU9ERWxb/ytp1w6dKtxTKgixdtQDq4rmx/g8W1hnaheq9jgwL/oyEdH5Bc4WwJKMqg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index ff604da..932a9a6 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "husky": "^8.0.3", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "prettier": "^2.8.8", "prettier-plugin-sort-imports": "^1.7.2", "prettier-plugin-tailwindcss": "^0.3.0",