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-09-30 20:03:39 +0300
committerGitHub <noreply@github.com>2022-09-30 20:03:39 +0300
commit4ec218cd550c8e4e795585a54fb2c2653bbd98fa (patch)
treefd2b85f4f8d275411380e3ef67acae64b4ec799d
parentdcba9911b38754566a276f0f1016d12866a6fff4 (diff)
chore(deps-dev): bump postcss from 8.4.16 to 8.4.17dependabot/npm_and_yarn/postcss-8.4.17
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.17. - [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.17) --- updated-dependencies: - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@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 13fd3ea..51bac94 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.11",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"prettier": "^2.2.1",
@@ -1224,7 +1224,9 @@
}
},
"node_modules/postcss": {
- "version": "8.4.16",
+ "version": "8.4.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
+ "integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
"dev": true,
"funding": [
{
@@ -1236,7 +1238,6 @@
"url": "https://tidelift.com/funding/github/npm/postcss"
}
],
- "license": "MIT",
"dependencies": {
"nanoid": "^3.3.4",
"picocolors": "^1.0.0",
@@ -2875,7 +2876,9 @@
"dev": true
},
"postcss": {
- "version": "8.4.16",
+ "version": "8.4.17",
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.17.tgz",
+ "integrity": "sha512-UNxNOLQydcOFi41yHNMcKRZ39NeXlr8AxGuZJsdub8vIb12fHzcq37DTU/QtbI6WLxNg2gF9Z+8qtRwTj1UI1Q==",
"dev": true,
"requires": {
"nanoid": "^3.3.4",
diff --git a/package.json b/package.json
index 217d10b..8a7ce84 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.11",
- "postcss": "^8.4.16",
+ "postcss": "^8.4.17",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"prettier": "^2.2.1",