Bump jest from 26.6.3 to 27.0.6 (#17)

* Bump jest from 26.6.3 to 27.0.6

Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.6.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.0.6)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* update ts-jest with jest

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MOREL Matthieu <matthieu.morel@cnp.fr>
This commit is contained in:
dependabot[bot] 2021-07-24 09:45:17 +02:00 committed by GitHub
parent 1bd916081b
commit 0db912e1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 821 additions and 4137 deletions

4954
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -44,10 +44,10 @@
"eslint-plugin-github": "^4.1.5",
"eslint-plugin-jest": "^24.4.0",
"glob": "^7.1.7",
"jest": "^26.6.3",
"jest": "^27.0.6",
"jest-circus": "^27.0.6",
"prettier": "^2.3.2",
"ts-jest": "^25.3.1",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
}
}