Skip to content

Commit

Permalink
Merge pull request #134 from nelsonic/dependabot/npm_and_yarn/dpl-5.0.1
Browse files Browse the repository at this point in the history
Bump dpl from 5.0.0 to 5.0.1
  • Loading branch information
nelsonic committed May 2, 2024
2 parents fb2309a + 801b35f commit f5b67d7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
# - run: npm run build --if-present
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"github-scraper": "^7.1.1"
},
"devDependencies": {
"dpl": "^5.0.0",
"dpl": "^5.0.1",
"istanbul": "^0.4.5",
"jshint": "^2.11.0",
"live-server": "^1.2.1",
Expand Down

0 comments on commit f5b67d7

Please sign in to comment.