Skip to content

Commit 23a3348

Browse files
dependabot[bot]razzeee
authored andcommitted
build(deps-dev): bump postcss from 8.4.49 to 8.5.1
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.49 to 8.5.1. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.49...8.5.1) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2d8eeb commit 23a3348

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@tailwindcss/typography": "^0.5.16",
3535
"@types/react": "^18.3.12",
3636
"autoprefixer": "^10.4.20",
37-
"postcss": "^8.4.49",
37+
"postcss": "^8.5.1",
3838
"tailwindcss": "^3.4.17",
3939
"typescript": "^5.7.3"
4040
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6196,10 +6196,10 @@ mz@^2.7.0:
61966196
object-assign "^4.0.1"
61976197
thenify-all "^1.0.0"
61986198

6199-
nanoid@^3.3.7:
6200-
version "3.3.7"
6201-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
6202-
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
6199+
nanoid@^3.3.8:
6200+
version "3.3.8"
6201+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.8.tgz#b1be3030bee36aaff18bacb375e5cce521684baf"
6202+
integrity sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==
62036203

62046204
negotiator@0.6.3:
62056205
version "0.6.3"
@@ -7161,12 +7161,12 @@ postcss-zindex@^6.0.2:
71617161
resolved "https://registry.yarnpkg.com/postcss-zindex/-/postcss-zindex-6.0.2.tgz#e498304b83a8b165755f53db40e2ea65a99b56e1"
71627162
integrity sha512-5BxW9l1evPB/4ZIc+2GobEBoKC+h8gPGCMi+jxsYvd2x0mjq7wazk6DrP71pStqxE9Foxh5TVnonbWpFZzXaYg==
71637163

7164-
postcss@^8.4.21, postcss@^8.4.24, postcss@^8.4.26, postcss@^8.4.38, postcss@^8.4.47, postcss@^8.4.49:
7165-
version "8.4.49"
7166-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.49.tgz#4ea479048ab059ab3ae61d082190fabfd994fe19"
7167-
integrity sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==
7164+
postcss@^8.4.21, postcss@^8.4.24, postcss@^8.4.26, postcss@^8.4.38, postcss@^8.4.47, postcss@^8.5.1:
7165+
version "8.5.1"
7166+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
7167+
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
71687168
dependencies:
7169-
nanoid "^3.3.7"
7169+
nanoid "^3.3.8"
71707170
picocolors "^1.1.1"
71717171
source-map-js "^1.2.1"
71727172

0 commit comments

Comments
 (0)