Skip to content

Commit

Permalink
Merge branch 'release/1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
davesag committed Aug 13, 2021
2 parents 8dc7a7a + a9c795a commit be6f038
Show file tree
Hide file tree
Showing 14 changed files with 158 additions and 1,129 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This library assumes:
2. You are using [`sinon`](http://sinonjs.org) — Version 5 or better.
3. Using [`mocha`](https://mochajs.org) is also recommended, but as long as you are using `chai` and `sinon` this should work with any test runner.

**Note** Jest is not supported unless you are also using `sinon` and `chai`, which is unlikely.

### Installation

Add `sequelize-test-helpers` as a `devDependency`:
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ You can expect to get an update on a reported vulnerability within 2 working day

## Vulnerabilities in development dependencies

I'm using `dependabot` to scan for security issues and update dependencies in the `develop` branch regularly.
I'm using `dependabot` and `snyk` to scan for security issues and I update dependencies in the `develop` branch regularly.
Loading

0 comments on commit be6f038

Please sign in to comment.