Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bumped deps #2

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@
"fs": false
},
"dependencies": {
"superagent": "3.8.1"
"superagent": "6.1.0"
},
"devDependencies": {
"mocha": "~2.3.4",
"sinon": "1.17.3",
"mocha": "~9.0.3",
"sinon": "11.1.2",
"expect.js": "~0.3.1"
}
}