diff --git a/examples/with-preferred-language-catchall/package.json b/examples/with-preferred-language-catchall/package.json index 883537d..d16e9d0 100644 --- a/examples/with-preferred-language-catchall/package.json +++ b/examples/with-preferred-language-catchall/package.json @@ -40,7 +40,7 @@ "eslint": "^8.42.0", "eslint-config-next": "^13.4.5", "eslint-plugin-tailwindcss": "^3.12.1", - "postcss": "^8.4.24", + "postcss": "^8.4.31", "prettier-plugin-tailwindcss": "^0.3.0", "tailwindcss": "^3.3.2", "typescript": "^5.1.3" diff --git a/examples/with-preferred-language-catchall/yarn.lock b/examples/with-preferred-language-catchall/yarn.lock index 0460612..a546e17 100644 --- a/examples/with-preferred-language-catchall/yarn.lock +++ b/examples/with-preferred-language-catchall/yarn.lock @@ -1911,8 +1911,9 @@ natural-compare@^1.4.0: integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== "next-roots@link:../..": - version "0.0.0" - uid "" + version "3.3.0" + dependencies: + path-to-regexp "^6.2.1" next@^13.4.5: version "13.4.19" @@ -2184,10 +2185,10 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -postcss@^8.4.23, postcss@^8.4.24, postcss@^8.4.4: - version "8.4.28" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.28.tgz#c6cc681ed00109072816e1557f889ef51cf950a5" - integrity sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw== +postcss@^8.4.23, postcss@^8.4.31, postcss@^8.4.4: + version "8.4.31" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.31.tgz#92b451050a9f914da6755af352bdc0192508656d" + integrity sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ== dependencies: nanoid "^3.3.6" picocolors "^1.0.0"