From c5581f68c579555d43926b4f1546aab601504bb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 01:00:29 +0000 Subject: [PATCH] fix(deps): update dependency postcss to ^8.4.42 --- pnpm-lock.yaml | 22 ++++++++++++++++------ tooling/tailwind/package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 66f5f46..f4a26f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -290,7 +290,7 @@ importers: version: 7.35.0(eslint@9.7.0) eslint-plugin-react-hooks: specifier: rc - version: 5.1.0-rc-187dd6a7-20240806(eslint@9.7.0) + version: 5.1.0-rc-e56f4ae3-20240830(eslint@9.7.0) eslint-plugin-turbo: specifier: ^2.0.12 version: 2.0.12(eslint@9.7.0) @@ -338,8 +338,8 @@ importers: tooling/tailwind: dependencies: postcss: - specifier: ^8.4.40 - version: 8.4.40 + specifier: ^8.4.42 + version: 8.4.42 tailwindcss: specifier: ^3.4.7 version: 3.4.7(ts-node@10.9.2(@types/node@22.1.0)(typescript@5.5.3)) @@ -1706,8 +1706,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - eslint-plugin-react-hooks@5.1.0-rc-187dd6a7-20240806: - resolution: {integrity: sha512-glBBlHhCbg/Jm50sSKiYj2aAa6Bf1IvHHg/sChrXudGHzhYPc3+0i0scSBzgxHEy5CNkA7sQwy8GM46yaSj5wA==} + eslint-plugin-react-hooks@5.1.0-rc-e56f4ae3-20240830: + resolution: {integrity: sha512-w+VTy81b3KCQYWhe2Ux/kVqhiyqieaWbHfPlSwU8sKLeHOPl2LPlCn1wWRJE7KMb5/bkrOtAyWrwhlasqUsePA==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 @@ -2605,6 +2605,10 @@ packages: resolution: {integrity: sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==} engines: {node: ^10 || ^12 || >=14} + postcss@8.4.42: + resolution: {integrity: sha512-hywKUQB9Ra4dR1mGhldy5Aj1X3MWDSIA1cEi+Uy0CjheLvP6Ual5RlwMCh8i/X121yEDLDIKBsrCQ8ba3FDMfQ==} + engines: {node: ^10 || ^12 || >=14} + prelude-ls@1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -4787,7 +4791,7 @@ snapshots: safe-regex-test: 1.0.3 string.prototype.includes: 2.0.0 - eslint-plugin-react-hooks@5.1.0-rc-187dd6a7-20240806(eslint@9.7.0): + eslint-plugin-react-hooks@5.1.0-rc-e56f4ae3-20240830(eslint@9.7.0): dependencies: eslint: 9.7.0 @@ -5802,6 +5806,12 @@ snapshots: picocolors: 1.0.1 source-map-js: 1.2.0 + postcss@8.4.42: + dependencies: + nanoid: 3.3.7 + picocolors: 1.0.1 + source-map-js: 1.2.0 + prelude-ls@1.2.1: {} prettier-plugin-tailwindcss@0.6.5(@ianvs/prettier-plugin-sort-imports@4.3.1(prettier@3.3.3))(prettier@3.3.3): diff --git a/tooling/tailwind/package.json b/tooling/tailwind/package.json index b7d826a..8deff86 100644 --- a/tooling/tailwind/package.json +++ b/tooling/tailwind/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "postcss": "^8.4.40", + "postcss": "^8.4.42", "tailwindcss": "^3.4.7", "tailwindcss-animate": "^1.0.7" },