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>2021-03-31 09:51:36 +0300
committerGitHub <noreply@github.com>2021-03-31 09:51:36 +0300
commitc7e693ea80ddad1fc6d6cf003d0ad8011f988346 (patch)
treeac95fbf9e001625dc619f682752eba18b05eb874
parentf7faefe397f5017e9cb5f6dc1b9b979b4962479b (diff)
chore(deps-dev): bump postcss from 8.2.8 to 8.2.9 (#76)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.9. - [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.2.8...8.2.9) 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.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 4b6fcbd..a3b564e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -944,13 +944,13 @@
"dev": true
},
"postcss": {
- "version": "8.2.8",
- "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.8.tgz",
- "integrity": "sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw==",
+ "version": "8.2.9",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.9.tgz",
+ "integrity": "sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q==",
"dev": true,
"requires": {
"colorette": "^1.2.2",
- "nanoid": "^3.1.20",
+ "nanoid": "^3.1.22",
"source-map": "^0.6.1"
},
"dependencies": {
diff --git a/package.json b/package.json
index 38674cb..f0dbb14 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@fullhuman/postcss-purgecss": "^4.0.3",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.5",
- "postcss": "^8.2.8",
+ "postcss": "^8.2.9",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"prettier": "^2.2.1",