From 508e89d579e19712313c3e349bee66705118aded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:09:40 +0000 Subject: [PATCH 1/3] Bump helmet from 7.2.0 to 8.0.0 Bumps [helmet](https://github.com/helmetjs/helmet) from 7.2.0 to 8.0.0. - [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md) - [Commits](https://github.com/helmetjs/helmet/compare/v7.2.0...v8.0.0) --- updated-dependencies: - dependency-name: helmet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8549c4c..e1b1361 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "express-validator": "^7.0.1", "express-winston": "^4.2.0", "handlebars": "^4.7.7", - "helmet": "^7.0.0", + "helmet": "^8.0.0", "joi": "^17.9.2", "logger": "^0.0.1", "moment-timezone": "^0.5.43", From af1c8b574e2d10cc7a3b10aa96a9e062fe080c32 Mon Sep 17 00:00:00 2001 From: Hamilton <37000190+JuniorDark@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:33:20 -0300 Subject: [PATCH 2/3] Update README.md --- README.md | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index d4fec98..337d1b3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ RustyHearts-API is a Node.js-based REST API that enables authentication, billing The API consists of three independent servers (Auth API, Billing API and Launcher API) running on different ports. +## Getting Started + +Either use `git clone https://github.com/JuniorDark/RustyHearts-API` on the command line to clone the repository or use Code --> Download zip button to get the files. + ### Preview ![image](api.png) @@ -28,9 +32,6 @@ The api currently only support the **usa** (PWE) region. * [.env file setup](#env-file-setup) * [Available endpoints](#available-endpoints) * [License](#license) -* [Contributing](#contributing) -* [FAQ](#faq) -* [Support](#support) ## Public folder description @@ -136,20 +137,3 @@ Endpoint | Method | Arguments | Description ## License This project is licensed under the terms found in [`LICENSE-0BSD`](LICENSE). - -## Contributing -Contributions from the community are welcome! If you encounter a bug or have a feature request, please submit an issue on GitHub. If you would like to contribute code, please fork the repository and submit a pull request. - -## FAQ -* Q: How do I report a bug? - * A: Please submit an issue on GitHub with a detailed description of the bug and steps to reproduce it. -* Q: How do I request a new feature? - * A: Please submit an issue on GitHub with a detailed description of the feature and why it would be useful. -* Q: How do I contribute code? - * A: Please fork the repository, make your changes, and submit a pull request. - -## Support -If you need help with the api, please submit an issue on GitHub. - -## Roadmap -* Add support for other regions From e3c0269b0e0409a803c8c507344eaaf75701cc23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:19:42 +0000 Subject: [PATCH 3/3] Bump bcryptjs from 2.4.3 to 3.0.2 Bumps [bcryptjs](https://github.com/dcodeIO/bcrypt.js) from 2.4.3 to 3.0.2. - [Release notes](https://github.com/dcodeIO/bcrypt.js/releases) - [Commits](https://github.com/dcodeIO/bcrypt.js/compare/2.4.3...v3.0.2) --- updated-dependencies: - dependency-name: bcryptjs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1b1361..6d1ff84 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "url": "https://github.com/JuniorDark/RustyHearts-API/issues" }, "dependencies": { - "bcryptjs": "^2.4.3", + "bcryptjs": "^3.0.2", "compression": "^1.7.4", "cors": "^2.8.5", "dotenv": "^16.0.3",