From 6750616e76d8e79b3052d7b410f9fc5aab7782d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 06:05:00 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.29 to 8.4.32 Bumps [postcss](https://github.com/postcss/postcss) from 8.4.29 to 8.4.32. - [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.29...8.4.32) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c454e6e..23ddeae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "autoprefixer": "^10.4.15", "concurrently": "^8.2.0", "esbuild": "^0.19.2", - "postcss": "^8.4.29", + "postcss": "^8.4.32", "prettier": "3.0.2", "prettier-plugin-tailwindcss": "^0.5.3", "typescript": "^5.2.2", @@ -1948,9 +1948,9 @@ } }, "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", "funding": [ { "type": "github", @@ -2063,9 +2063,9 @@ } }, "node_modules/postcss": { - "version": "8.4.29", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.29.tgz", - "integrity": "sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==", + "version": "8.4.32", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.32.tgz", + "integrity": "sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==", "funding": [ { "type": "opencollective", @@ -2081,7 +2081,7 @@ } ], "dependencies": { - "nanoid": "^3.3.6", + "nanoid": "^3.3.7", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, diff --git a/package.json b/package.json index cd75474..3dea4bc 100644 --- a/package.json +++ b/package.json @@ -158,7 +158,7 @@ "autoprefixer": "^10.4.15", "concurrently": "^8.2.0", "esbuild": "^0.19.2", - "postcss": "^8.4.29", + "postcss": "^8.4.32", "prettier": "3.0.2", "prettier-plugin-tailwindcss": "^0.5.3", "typescript": "^5.2.2",