From 8ba2d8a09297a967d2e7b4ef60b432c874a0e6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 07:36:16 +0000 Subject: [PATCH] chore(deps-dev): bump postcss from 8.4.49 to 8.5.0 (#949) Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.0. - [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.49...8.5.0) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 11 +++++------ package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 181bd77..c7496aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "husky": "^9.1.7", "lint-staged": "^15.3.0", "markdownlint-cli": "^0.43.0", - "postcss": "^8.4.49", + "postcss": "^8.5.0", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "sort-package-json": "^2.12.0", @@ -11185,9 +11185,9 @@ } }, "node_modules/postcss": { - "version": "8.4.49", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.0.tgz", + "integrity": "sha512-27VKOqrYfPncKA2NrFOVhP5MGAfHKLYn/Q0mz9cNQyRAKYi3VNHwYU2qKKqPCqgBmeeJ0uAFB56NumXZ5ZReXg==", "dev": true, "funding": [ { @@ -11203,9 +11203,8 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", + "nanoid": "^3.3.8", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" }, diff --git a/package.json b/package.json index 430f500..67a26fd 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "husky": "^9.1.7", "lint-staged": "^15.3.0", "markdownlint-cli": "^0.43.0", - "postcss": "^8.4.49", + "postcss": "^8.5.0", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.9", "sort-package-json": "^2.12.0",