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-10-14 10:09:44 +0300
committerGitHub <noreply@github.com>2022-10-14 10:09:44 +0300
commit82f1a1811b1c2134faa6dfe37a513d3ca1ed71a8 (patch)
treed7e68d542575a118691eec7a7653f2cd61e5ec13
parent09c7e3acc6eea552999bb91d30c30e4193d1d5a3 (diff)
chore(deps-dev): bump postcss from 8.4.16 to 8.4.18 (#218)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.18. - [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.16...8.4.18) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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.json11
-rw-r--r--package.json2
2 files changed, 8 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 9f1a95b..6d46133 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -12,7 +12,7 @@
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.12",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"prettier": "^2.2.1",
@@ -1226,7 +1226,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.16",
+ "version": "8.4.18",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz",
+ "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==",
"dev": true,
"funding": [
{
@@ -1238,7 +1240,6 @@
"url": "https://tidelift.com/funding/github/npm/postcss"
}
],
- "license": "MIT",
"dependencies": {
"nanoid": "^3.3.4",
"picocolors": "^1.0.0",
@@ -2881,7 +2882,9 @@
"dev": true
},
"postcss": {
- "version": "8.4.16",
+ "version": "8.4.18",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz",
+ "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==",
"dev": true,
"requires": {
"nanoid": "^3.3.4",
diff --git a/package.json b/package.json
index 7a7fa69..2c18b5d 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.4.12",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.18",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"prettier": "^2.2.1",