Skip to content

Commit ad1105d

Browse files
Bump postcss from 8.5.1 to 8.5.3 (#741)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.3. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.1...8.5.3) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 108b95c commit ad1105d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"bootstrap": "^5.3.3",
2020
"bootstrap-icons": "^1.11.3",
2121
"nodemon": "^3.1.9",
22-
"postcss": "^8.5.1",
22+
"postcss": "^8.5.3",
2323
"postcss-cli": "^11.0.0",
2424
"sass": "^1.83.4"
2525
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@ postcss-value-parser@^4.2.0:
723723
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
724724
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
725725

726-
postcss@^8.5.1:
727-
version "8.5.1"
728-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
729-
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
726+
postcss@^8.5.3:
727+
version "8.5.3"
728+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
729+
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
730730
dependencies:
731731
nanoid "^3.3.8"
732732
picocolors "^1.1.1"

0 commit comments

Comments
 (0)