-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [statutory](https://github.com/AEGEE/statutory) from `bfa6e9f` to `efa979f`. - [Release notes](https://github.com/AEGEE/statutory/releases) - [Commits](AEGEE/statutory@bfa6e9f...efa979f) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f893184
commit fdadd9c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule statutory
updated
20 files
+47 −19 | .circleci/config.yml | |
+1 −1 | .eslintrc.json | |
+1 −0 | .husky/.gitignore | |
+4 −0 | .husky/commit-msg | |
+4 −0 | .husky/pre-commit | |
+0 −2 | .yamllint.yml | |
+30 −0 | CHANGELOG.md | |
+2 −2 | config/index.js | |
+1 −1 | docker/docker-compose.dev.yml | |
+7 −7 | docker/statutory/Dockerfile | |
+0 −10 | docker/statutory/wait.sh | |
+4 −4 | lib/applications.js | |
+2 −2 | lib/events.js | |
+1 −0 | lib/massmailer.js | |
+27,239 −1,475 | package-lock.json | |
+18 −21 | package.json | |
+1 −0 | test/assets/oms-core-body-members.json | |
+2 −0 | test/assets/oms-core-members.json | |
+1 −0 | test/assets/oms-core-valid.json | |
+1 −0 | test/scripts/generator.js |