Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Sep 18, 2023
2 parents b3716fe + 91650f5 commit ab756d7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check if PR should be auto-merged
uses: ahmadnassri/action-dependabot-auto-merge@v2
Expand Down
60 changes: 30 additions & 30 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"axios": "^1.5.0",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"mocha": "^10.2.0",
"proxyquire": "^2.1.3",
"sinon": "^15.2.0",
"sinon": "^16.0.0",
"sinon-chai": "^3.7.0"
},
"bugs": {
Expand Down

0 comments on commit ab756d7

Please sign in to comment.