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>2020-12-16 11:40:48 +0300
committerGitHub <noreply@github.com>2020-12-16 11:40:48 +0300
commitb98175c4454fcc798d3f556e62b5bf9b3212cc2d (patch)
tree22124918a3b94a91c4a508d8879a3b1bf2e72443
parent6db9f29f0044d26e77b26e4754cd3d6cb493af36 (diff)
chore(deps-dev): bump @fullhuman/postcss-purgecss from 3.1.0 to 3.1.3 (#53)
Bumps [@fullhuman/postcss-purgecss](https://github.com/FullHuman/purgecss) from 3.1.0 to 3.1.3. - [Release notes](https://github.com/FullHuman/purgecss/releases) - [Changelog](https://github.com/FullHuman/purgecss/blob/master/CHANGELOG.md) - [Commits](https://github.com/FullHuman/purgecss/compare/v3.1.0...v3.1.3) 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.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 74d2c9e..16486e1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,12 +31,12 @@
}
},
"@fullhuman/postcss-purgecss": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-3.1.0.tgz",
- "integrity": "sha512-3/jDpO5nIc+swrqek8oQE98oDxs9iaSXNs3MWMDE0RQlzJ54OR5QFdw49CicVgTPxpg3xbbNV2HX06tf+/a9dA==",
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/@fullhuman/postcss-purgecss/-/postcss-purgecss-3.1.3.tgz",
+ "integrity": "sha512-kwOXw8fZ0Lt1QmeOOrd+o4Ibvp4UTEBFQbzvWldjlKv5n+G9sXfIPn1hh63IQIL8K8vbvv1oYMJiIUbuy9bGaA==",
"dev": true,
"requires": {
- "purgecss": "^3.1.0"
+ "purgecss": "^3.1.3"
}
},
"@nodelib/fs.scandir": {
@@ -1117,9 +1117,9 @@
"dev": true
},
"purgecss": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-3.1.0.tgz",
- "integrity": "sha512-tmrs1I5B7FczyeChZPkR098BIqqMX+qDPG5f0KUHaLXqXXCjgRFyobht5sJSqL6wfHYX0JLhWSUUiPBVEH95Cg==",
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/purgecss/-/purgecss-3.1.3.tgz",
+ "integrity": "sha512-hRSLN9mguJ2lzlIQtW4qmPS2kh6oMnA9RxdIYK8sz18QYqd6ePp4GNDl18oWHA1f2v2NEQIh51CO8s/E3YGckQ==",
"dev": true,
"requires": {
"commander": "^6.0.0",
diff --git a/package.json b/package.json
index a7f81ec..2c3b9fb 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/janraasch/hugo-product-launch#readme",
"devDependencies": {
- "@fullhuman/postcss-purgecss": "^3.1.0",
+ "@fullhuman/postcss-purgecss": "^3.1.3",
"@tailwindcss/typography": "^0.3.1",
"autoprefixer": "^10.1.0",
"postcss": "^8.2.1",