Skip to content

Dependabot + dependency update #6

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 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f9b923e
Bump tar from 4.4.8 to 4.4.19 in /example
dependabot[bot] Dec 11, 2021
4da01d4
Bump ini from 1.3.5 to 1.3.8 in /example
dependabot[bot] Dec 11, 2021
4187b07
Bump lodash from 4.17.11 to 4.17.21 in /example
dependabot[bot] Dec 11, 2021
1247c92
Bump sequelize from 4.42.0 to 5.15.1 in /example
dependabot[bot] Dec 11, 2021
6528d3d
Create dependabot.yml
PythonCoderAS Dec 11, 2021
f5bc01d
Bump sequelize from 4.44.4 to 6.11.0
dependabot[bot] Dec 11, 2021
5fff6e0
Bump deep-diff from 0.3.8 to 1.0.2
dependabot[bot] Dec 11, 2021
0d41988
Bump async from 2.6.3 to 3.2.2
dependabot[bot] Dec 11, 2021
f7e6545
Merge pull request #1 from HealthScreening/dependabot/npm_and_yarn/ex…
PythonCoderAS Dec 11, 2021
3779c81
Merge pull request #2 from HealthScreening/dependabot/npm_and_yarn/ex…
PythonCoderAS Dec 11, 2021
6616fb6
Merge pull request #3 from HealthScreening/dependabot/npm_and_yarn/ex…
PythonCoderAS Dec 11, 2021
0786285
Merge pull request #4 from HealthScreening/dependabot/npm_and_yarn/ex…
PythonCoderAS Dec 11, 2021
71c31fc
Merge pull request #5 from HealthScreening/dependabot/npm_and_yarn/se…
PythonCoderAS Dec 11, 2021
a220c4e
Merge pull request #6 from HealthScreening/dependabot/npm_and_yarn/de…
PythonCoderAS Dec 11, 2021
a15f535
Merge pull request #8 from HealthScreening/dependabot/npm_and_yarn/as…
PythonCoderAS Dec 11, 2021
a5b5ffb
Bump object-hash from 1.3.1 to 2.2.0
dependabot[bot] Dec 11, 2021
f399b65
Merge pull request #7 from HealthScreening/dependabot/npm_and_yarn/ob…
PythonCoderAS Dec 11, 2021
f1e595d
Add updated versions
PythonCoderAS Dec 11, 2021
914ff3e
Actually fix this time
PythonCoderAS Dec 11, 2021
d0c84ae
Merge remote-tracking branch 'origin/dependencies' into dependencies
PythonCoderAS Dec 11, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
Loading