From 6b7c0fc5d058a07391d2e40bfdc14c1d1e561622 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 18:47:52 +0900 Subject: [PATCH] chore(deps): update dependency postcss to v8.4.27 (#1363) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- example/nextjs-app/package-lock.json | 14 +++++++------- example/nextjs-app/package.json | 2 +- example/vite-app/package-lock.json | 8 ++++---- example/vite-app/package.json | 2 +- package-lock.json | 16 ++++++++-------- packages/for-ui/package.json | 2 +- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/example/nextjs-app/package-lock.json b/example/nextjs-app/package-lock.json index e404b056..0549deef 100644 --- a/example/nextjs-app/package-lock.json +++ b/example/nextjs-app/package-lock.json @@ -26,7 +26,7 @@ "@types/react-table": "7.7.14", "autoprefixer": "10.4.14", "next": "13.4.12", - "postcss": "8.4.24", + "postcss": "8.4.27", "tailwindcss": "3.3.3", "typescript": "5.1.6", "yalc": "1.0.0-pre.53" @@ -2059,9 +2059,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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "funding": [ { "type": "opencollective", @@ -4354,9 +4354,9 @@ "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" }, "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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/example/nextjs-app/package.json b/example/nextjs-app/package.json index d413b51a..2ed120d6 100644 --- a/example/nextjs-app/package.json +++ b/example/nextjs-app/package.json @@ -27,7 +27,7 @@ "@types/react-table": "7.7.14", "autoprefixer": "10.4.14", "next": "13.4.12", - "postcss": "8.4.24", + "postcss": "8.4.27", "tailwindcss": "3.3.3", "typescript": "5.1.6", "yalc": "1.0.0-pre.53" diff --git a/example/vite-app/package-lock.json b/example/vite-app/package-lock.json index 916e9db8..f128d51c 100644 --- a/example/vite-app/package-lock.json +++ b/example/vite-app/package-lock.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "5.62.0", "@vitejs/plugin-react": "2.2.0", "autoprefixer": "10.4.14", - "postcss": "8.4.24", + "postcss": "8.4.27", "prettier": "3.0.1", "tailwindcss": "3.3.3", "typescript": "5.1.6", @@ -3657,9 +3657,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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "funding": [ { "type": "opencollective", diff --git a/example/vite-app/package.json b/example/vite-app/package.json index 36dca536..128ec223 100644 --- a/example/vite-app/package.json +++ b/example/vite-app/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "5.62.0", "@vitejs/plugin-react": "2.2.0", "autoprefixer": "10.4.14", - "postcss": "8.4.24", + "postcss": "8.4.27", "prettier": "3.0.1", "tailwindcss": "3.3.3", "typescript": "5.1.6", diff --git a/package-lock.json b/package-lock.json index ff221559..e756c4db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21621,9 +21621,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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "funding": [ { "type": "opencollective", @@ -27666,7 +27666,7 @@ "babel-loader": "9.1.0", "jsdom": "22.1.0", "npm-run-all": "4.1.5", - "postcss": "8.4.24", + "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.45.2", @@ -30030,7 +30030,7 @@ "jsdom": "22.1.0", "material-ui-popup-state": "5.0.9", "npm-run-all": "4.1.5", - "postcss": "8.4.24", + "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "react-dropzone": "14.2.3", @@ -46301,9 +46301,9 @@ "dev": true }, "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.27", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", + "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", "requires": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", diff --git a/packages/for-ui/package.json b/packages/for-ui/package.json index 53610cc0..76b79f67 100644 --- a/packages/for-ui/package.json +++ b/packages/for-ui/package.json @@ -88,7 +88,7 @@ "babel-loader": "9.1.0", "jsdom": "22.1.0", "npm-run-all": "4.1.5", - "postcss": "8.4.24", + "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.45.2",