Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/janraasch/hugo-product-launch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 20:14:17 +0300
committerGitHub <noreply@github.com>2022-03-07 20:14:17 +0300
commit66b518d540b51b3a1252c435d3f9376a62ffae9a (patch)
treedc016c2cb9ec1082f2512ccebed1d3eaaae7cba9
parentd5924b613c22b7435c3d387dcd4225e011623d66 (diff)
chore(deps-dev): bump postcss from 8.4.7 to 8.4.8 (#173)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8. - [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.7...8.4.8) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development 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>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 80ef5c6..7f96ea2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1042,9 +1042,9 @@
"dev": true
},
"postcss": {
- "version": "8.4.7",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.7.tgz",
- "integrity": "sha512-L9Ye3r6hkkCeOETQX6iOaWZgjp3LL6Lpqm6EtgbKrgqGGteRMNb9vzBfRL96YOSu8o7x3MfIH9Mo5cPJFGrW6A==",
+ "version": "8.4.8",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.8.tgz",
+ "integrity": "sha512-2tXEqGxrjvAO6U+CJzDL2Fk2kPHTv1jQsYkSoMeOis2SsYaXRO2COxTdQp99cYvif9JTXaAk9lYGc3VhJt7JPQ==",
"dev": true,
"requires": {
"nanoid": "^3.3.1",
diff --git a/package.json b/package.json
index 4faa38d..dd8a198 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@fullhuman/postcss-purgecss": "^4.1.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.2",
- "postcss": "^8.4.7",
+ "postcss": "^8.4.8",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.0.2",
"prettier": "^2.2.1",