Skip to content

Dependencies update #24

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: "github-actions"
target-branch: master
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
},
"homepage": "https://github.com/mmckegg/msi-packager#readme",
"dependencies": {
"async-each": "^0.1.6",
"async-each": "^1.0.6",
"nomnom": "^1.8.1",
"temp": "^0.8.3",
"xmlbuilder": "^2.6.4",
"yargs": "^3.15.0"
"temp": "^0.9.4",
"xmlbuilder": "^15.1.1",
"yargs": "^17.7.2"
}
}