Skip to content

Commit 30bf752

Browse files
committed
fix security issues;
add new projects; add donation button;
1 parent 5512f95 commit 30bf752

File tree

3 files changed

+244
-20
lines changed

3 files changed

+244
-20
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,15 @@ it is instead possible to run
153153
|[otland/forgottenserver](https://github.com/otland/forgottenserver) | [Linux/macOS/Windows](https://github.com/otland/forgottenserver/blob/master/.github/workflows/build-vcpkg.yml) | [![Build with vcpkg](https://github.com/otland/forgottenserver/workflows/Build%20with%20vcpkg/badge.svg)](https://github.com/otland/forgottenserver/actions)
154154
|[Element-0/ElementZero](https://github.com/Element-0/ElementZero) | [Windows](https://github.com/Element-0/ElementZero/blob/master/.github/workflows/ci.yml) | [![CI](https://github.com/Element-0/ElementZero/workflows/CI/badge.svg)](https://github.com/Element-0/ElementZero/actions)
155155
|[zealdocs/zeal](https://github.com/zealdocs/zeal) | [Linux/Windows](https://github.com/zealdocs/zeal/blob/master/.github/workflows/build-check.yml) | [![Build Check](https://github.com/zealdocs/zeal/workflows/Build%20Check/badge.svg)](https://github.com/zealdocs/zeal/actions)
156+
|[libevent/libevent](https://github.com/libevent/libevent) | [Windows](https://github.com/libevent/libevent/blob/master/.github/workflows/windows.yml)/[macos](https://github.com/libevent/libevent/blob/master/.github/workflows/macos.yml)/[Linux](https://github.com/libevent/libevent/blob/master/.github/workflows/linux.yml) | [![Windows](https://github.com/libevent/libevent/workflows/windows/badge.svg)](https://github.com/libevent/libevent/actions)[![macOS](https://github.com/libevent/libevent/workflows/macos/badge.svg)](https://github.com/libevent/libevent/actions)[![Linux](https://github.com/libevent/libevent/workflows/linux/badge.svg)](https://github.com/libevent/libevent/actions)
157+
|[marian-nmt/marian-dev](https://github.com/marian-nmt/marian-dev) | [Windows](https://github.com/marian-nmt/marian-dev/blob/master/.github/workflows/windows.yml)/[Linux](https://github.com/marian-nmt/marian-dev/blob/master/.github/workflows/ubuntu.yml)/[macOS](https://github.com/marian-nmt/marian-dev/blob/master/.github/workflows/macos.yml)|[![Windows](https://github.com/marian-nmt/marian-dev/workflows/Windows/badge.svg)](https://github.com/marian-nmt/marian-dev/actions/) [![Linux](https://github.com/marian-nmt/marian-dev/workflows/Ubuntu/badge.svg)](https://github.com/marian-nmt/marian-dev/actions/) [![macOS](https://github.com/marian-nmt/marian-dev/workflows/MacOS/badge.svg)](https://github.com/marian-nmt/marian-dev/actions/)
158+
|[GrinPlusPlus](https://github.com/GrinPlusPlus/GrinPlusPlus) | [Linux/Windows/macOS](https://github.com/GrinPlusPlus/GrinPlusPlus/blob/master/.github/workflows/ci.yml) | [![ci](https://github.com/GrinPlusPlus/GrinPlusPlus/workflows/ci/badge.svg)](https://github.com/GrinPlusPlus/GrinPlusPlus/actions/)
156159

157160
# License
158161
All the content in this repository is licensed under the [MIT License](LICENSE.txt).
159162

160163
Copyright (c) 2019-2020 Luca Cappa
164+
165+
# Donating
166+
167+
Other than submitting a pull request, [donating](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=EGNDRPRXM62G2&source=url) is another way to contribute to this project.

package-lock.json

+234-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@
3030
"gulp-typescript": "^5.0.0",
3131
"jest": "^24.9.0",
3232
"jest-circus": "^24.9.0",
33-
"ts-jest": "^24.2.0",
33+
"minimist": ">=1.2.2",
34+
"ts-jest": "^26.3.0",
3435
"ts-node": "^8.5.4",
3536
"typescript": "^3.7.3",
36-
"minimist": ">=1.2.2"
37+
"yargs-parser": ">=13.1.2"
3738
},
3839
"dependencies": {
3940
"@actions/cache": "^0.2.1",

0 commit comments

Comments
 (0)