From 0b97ceb6bcf5631a46794786ab986a21e6903b32 Mon Sep 17 00:00:00 2001 From: Waren Gonzaga Date: Tue, 6 Jul 2021 18:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20update=20CSSNano,=20a?= =?UTF-8?q?dd=20Security=20Policy=20(#1317)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🐛 FIX: update cssnano * 📦 NEW: security policy --- package.json | 4 ++-- security.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 security.md diff --git a/package.json b/package.json index 33809d5..7ced1e9 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ }, "devDependencies": { "autoprefixer": "^10.2.6", - "cssnano": "^4.1.10", - "eslint": "^7.30.0", + "cssnano": "^5.0.6", + "eslint": "^7.29.0", "husky": "^4.3.8", "lint-staged": "^10.5.4", "markdown-it": "^12.1.0", diff --git a/security.md b/security.md new file mode 100644 index 0000000..d302825 --- /dev/null +++ b/security.md @@ -0,0 +1,5 @@ + + +If you discover a security issue in this repository, please contact us with this email callmeelton@gmail.com. + +Thanks for helping make our open-source projects safe for everyone, we really appreciate it.