Skip to content

Commit 664f8c3

Browse files
Build(deps-dev): Bump postcss from 8.5.3 to 8.5.10 in /frontend/nextjs-frontend in the npm_and_yarn group across 1 directory (#273)
Build(deps-dev): Bump postcss Bumps the npm_and_yarn group with 1 update in the /frontend/nextjs-frontend directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.3 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5199fde commit 664f8c3

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

frontend/nextjs-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-config-prettier": "^10.0.1",
3333
"eslint-plugin-prettier": "^5.2.3",
3434
"husky": "^9.1.7",
35-
"postcss": "^8.5.1",
35+
"postcss": "^8.5.10",
3636
"prettier": "^3.5.0",
3737
"tailwindcss": "^4.0.6",
3838
"@tailwindcss/postcss": "^4.0.0",

frontend/nextjs-frontend/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2723,10 +2723,10 @@ ms@^2.1.1, ms@^2.1.3:
27232723
resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz"
27242724
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
27252725

2726-
nanoid@^3.3.6, nanoid@^3.3.8:
2727-
version "3.3.8"
2728-
resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz"
2729-
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
2726+
nanoid@^3.3.11, nanoid@^3.3.6:
2727+
version "3.3.12"
2728+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.12.tgz#ab3d912e217a6d0a514f00a72a16543a28982c05"
2729+
integrity sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==
27302730

27312731
natural-compare@^1.4.0:
27322732
version "1.4.0"
@@ -2934,12 +2934,12 @@ postcss@8.4.31:
29342934
picocolors "^1.0.0"
29352935
source-map-js "^1.0.2"
29362936

2937-
postcss@^8.4.41, postcss@^8.5.1:
2938-
version "8.5.3"
2939-
resolved "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz"
2940-
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
2937+
postcss@^8.4.41, postcss@^8.5.10:
2938+
version "8.5.10"
2939+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.10.tgz#8992d8c30acf3f12169e7c09514a12fed7e48356"
2940+
integrity sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==
29412941
dependencies:
2942-
nanoid "^3.3.8"
2942+
nanoid "^3.3.11"
29432943
picocolors "^1.1.1"
29442944
source-map-js "^1.2.1"
29452945

0 commit comments

Comments
 (0)