Skip to content

Commit

Permalink
Merge pull request #939 from 20minutes/fix/lock-esm-package
Browse files Browse the repository at this point in the history
Lock ESM package
  • Loading branch information
j0k3r authored Aug 20, 2024
2 parents 26070d3 + 1995c95 commit 4d93535
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ updates:
- dependency-name: "node-fetch"
versions:
- "> 2"
# because of ESM
- dependency-name: "@octokit/rest"
versions:
- ">= 21"
# because of ESM
- dependency-name: "@octokit/graphql"
versions:
- ">= 8"
# because it requires Serverless v4
- dependency-name: "serverless-offline"
versions:
Expand Down

0 comments on commit 4d93535

Please sign in to comment.