From 8f79bf93ec5bd4be390e0909adaf9e0e7e3a7937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 06:54:21 +0000 Subject: [PATCH] Bump postcss from 8.4.27 to 8.4.31 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 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.27...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 41 ++++++----------------------------------- package.json | 2 +- 2 files changed, 7 insertions(+), 36 deletions(-) mode change 100755 => 100644 package-lock.json mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json old mode 100755 new mode 100644 index 13edaee..cfb10e3 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "next": "13.4.12", "next-cloudinary": "^4.20.0", "next-themes": "^0.2.1", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-day-picker": "^8.10.0", "react-dom": "18.2.0", @@ -749,7 +749,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-5.2.0.tgz", "integrity": "sha512-dT7FOLUCdZmq+AunLqB1Iz+ZH/IIS1Fz2THmKZQ6aFONrQD/BQ5ecJ7g2wGS2OgyUFf4OaLam6/bxmgdOBDqig==", - "dev": true, + "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0" }, @@ -5653,9 +5653,9 @@ } }, "node_modules/postcss": { - "version": "8.4.27", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.27.tgz", - "integrity": "sha512-gY/ACJtJPSmUFPDCHtX78+01fHa64FaU4zaaWfuh1MhGJISufJAH4cun6k/8fwsHYeK4UQmENQK+tRLCFJE8JQ==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "funding": [ { "type": "opencollective", @@ -5670,7 +5670,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "nanoid": "^3.3.6", "picocolors": "^1.0.0", @@ -5712,7 +5711,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/prisma/-/prisma-5.2.0.tgz", "integrity": "sha512-FfFlpjVCkZwrqxDnP4smlNYSH1so+CbfjgdpioFzGGqlQAEm6VHAYSzV7jJgC3ebtY9dNOhDMS2+4/1DDSM7bQ==", - "dev": true, + "devOptional": true, "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -6624,34 +6623,6 @@ "node": ">=10.13.0" } }, - "node_modules/tailwindcss/node_modules/postcss": { - "version": "8.4.28", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.28.tgz", - "integrity": "sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.6", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/tailwindcss/node_modules/postcss-import": { "version": "15.1.0", "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 637518e..35d67b1 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "next": "13.4.12", "next-cloudinary": "^4.20.0", "next-themes": "^0.2.1", - "postcss": "8.4.27", + "postcss": "8.4.31", "react": "18.2.0", "react-day-picker": "^8.10.0", "react-dom": "18.2.0",