Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

countries + proxy support #4

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
35 changes: 27 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"remark": "npx remark README.md --use remark-preset-lint-consistent --use remark-preset-lint-recommended"
},
"dependencies": {
"undici": "^5.4.0"
"undici": "^5.28.4"
},
"devDependencies": {
"clean-jsdoc-theme": "^4.1.6",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^37.7.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-promise": "^6.0.0",
"jsdoc": "^3.6.10",
"eslint-plugin-jsdoc": "^37.7.0",
"clean-jsdoc-theme": "^4.1.6",
"remark-cli": "^10.0.1",
"remark-preset-lint-consistent": "^5.1.1",
"remark-preset-lint-recommended": "^6.1.2"
Expand Down
Loading