From 7242d8fed159845b7cef4d8347586bb46ae22a6b Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Sat, 11 Jun 2022 19:44:08 +0300 Subject: [PATCH 1/2] chore(deps): Removed typedoc Removed typedoc dependency due we won't use it anymore --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 8cff851..22b701b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,6 @@ "cz-conventional-changelog": "3.0.1", "prettier": "2.6.2", "standard-version": "^9.3.2", - "typedoc": "^0.22.11", "typescript": "^4.5.5" }, "repository": { From 232705ca371c170cb5b12e1ec4e681dd170dc65d Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Sat, 11 Jun 2022 19:47:58 +0300 Subject: [PATCH 2/2] fix: Fixed typo at SECURITY.md file --- .github/SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 45d7184..4447c2a 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -14,6 +14,6 @@ Project is currently under heavy development but you can try out our [npm packag You can report a vulnerability by opening an issue on the [project's GitHub](https://github.com/SernHandler/Sern/issues) repository. -Please provide as much information as possible when reporting a vulnerability. We are lookin information for, the affected version, and the steps to reproduce the vulnerability. +Please provide as much information as possible when reporting a vulnerability. We are looking information for, the affected version, and the steps to reproduce the vulnerability. Be patient, we are working on fixing all reported vulnerabilities.