From a510106e8bb964a2da62c1bf17a3e63b13a9de70 Mon Sep 17 00:00:00 2001 From: Crash Date: Sat, 14 Jul 2018 23:48:32 +0300 Subject: [PATCH 1/2] add postcss-glitch plugin --- docs/authors.md | 1 + plugins.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/authors.md b/docs/authors.md index 4a3c8c6..c991ed3 100644 --- a/docs/authors.md +++ b/docs/authors.md @@ -287,6 +287,7 @@ Below is a list of all the wonderful people who make PostCSS plugins. |[chriseppstein](https://github.com/chriseppstein) | [`postcss-lang-optimizer`](https://github.com/linkedin/postcss-lang-optimizer) | 16| |[ChristianMurphy](https://github.com/ChristianMurphy) | [`postcss-combine-duplicated-selectors`](https://github.com/ChristianMurphy/postcss-combine-duplicated-selectors) | 15| |[Code-Y](https://github.com/Code-Y) | [`postcss-cyspriter`](https://github.com/Code-Y/postcss-cyspriter) | 4| +|[crftd](https://github.com/crftd) | [`postcss-glitch`](https://github.com/crftd/postcss-glitch) | 0| |[crossjs](https://github.com/crossjs) | [`postcss-flexible`](https://github.com/crossjs/postcss-flexible) | 20| |[Crunch](https://github.com/Crunch) | [`postcss-less-engine`](https://github.com/Crunch/postcss-less) | 26| |[cssdream](https://github.com/cssdream) | [`cssgrace`](https://github.com/cssdream/cssgrace) | 600| diff --git a/plugins.json b/plugins.json index 7105b8c..61c6064 100644 --- a/plugins.json +++ b/plugins.json @@ -4541,5 +4541,18 @@ "optimizations" ], "stars": 1 + }, + { + "name": "postcss-glitch", + "description": "that adds glitch effect to your text", + "author": "crftd", + "url": "https://github.com/crftd/postcss-glitch", + "tags": [ + "color", + "fonts", + "fun", + "other" + ], + "stars": 0 } ] \ No newline at end of file From 8ca6e0b43ee24d55a03109a1a9d467fe401266a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Aug 2025 09:04:21 +0000 Subject: [PATCH 2/2] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8320fc2..6960dc1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "chalk": "^2.1.0", - "inquirer": "^3.3.0", + "inquirer": "^8.2.7", "octonode": "^0.9.1" }, "devDependencies": {