Skip to content

Commit

Permalink
Merge 8b92cae into 0956ef4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 1, 2022
2 parents 0956ef4 + 8b92cae commit 602fb7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"dependencies": {
"fast-geoip": "~1.1.11",
"request-ip": "~2.1.3"
"request-ip": "~2.2.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
Expand Down

0 comments on commit 602fb7a

Please sign in to comment.