From 88cf90d266235c319f39b5a5f029945c333738bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 03:16:17 +0000 Subject: [PATCH] build(deps-dev): bump postcss from 8.4.39 to 8.4.45 in /dashboard Bumps [postcss](https://github.com/postcss/postcss) from 8.4.39 to 8.4.45. - [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.39...8.4.45) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index c7feb290b..7ced4d368 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -64,7 +64,7 @@ "husky": "^9.0.11", "jest": "^29.5.0", "jest-environment-jsdom": "^29.6.4", - "postcss": "^8.4.39", + "postcss": "^8.4.45", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.12", "storybook": "^8.1.10", @@ -17777,9 +17777,9 @@ } }, "node_modules/postcss": { - "version": "8.4.39", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.39.tgz", - "integrity": "sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "dev": true, "funding": [ { diff --git a/dashboard/package.json b/dashboard/package.json index e6ba85f1d..a3cba8d91 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -74,7 +74,7 @@ "husky": "^9.0.11", "jest": "^29.5.0", "jest-environment-jsdom": "^29.6.4", - "postcss": "^8.4.39", + "postcss": "^8.4.45", "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.12", "storybook": "^8.1.10",