From f67059f3bdea8de42b7a49fa86b3fcd1ff1081c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:44:04 +0000 Subject: [PATCH] chore(deps-dev): bump postcss Bumps [postcss](https://github.com/postcss/postcss) from 8.4.28 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.28...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../with-preferred-language-catchall/package.json | 2 +- examples/with-preferred-language-catchall/yarn.lock | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) 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"