Bump jest from 26.1.0 to 26.6.3 in /web

Bumps [jest](https://github.com/facebook/jest) from 26.1.0 to 26.6.3.
- [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.1.0...v26.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-19 16:19:01 +00:00
parent f2db55d77e
commit cf2915b4c9
2 changed files with 6 additions and 6 deletions

10
web/package-lock.json generated
View File

@ -9363,14 +9363,14 @@
}
},
"jest": {
"version": "26.1.0",
"resolved": "https://registry.npmjs.org/jest/-/jest-26.1.0.tgz",
"integrity": "sha512-LIti8jppw5BcQvmNJe4w2g1N/3V68HUfAv9zDVm7v+VAtQulGhH0LnmmiVkbNE4M4I43Bj2fXPiBGKt26k9tHw==",
"version": "26.6.3",
"resolved": "https://registry.npmjs.org/jest/-/jest-26.6.3.tgz",
"integrity": "sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==",
"dev": true,
"requires": {
"@jest/core": "^26.1.0",
"@jest/core": "^26.6.3",
"import-local": "^3.0.2",
"jest-cli": "^26.1.0"
"jest-cli": "^26.6.3"
},
"dependencies": {
"@jest/types": {

View File

@ -62,7 +62,7 @@
"eslint-config-prettier": "6.15.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-prettier": "3.3.1",
"jest": "26.1.0",
"jest": "26.6.3",
"jest-preset-angular": "8.3.2",
"node-sass": "4.14.1",
"prettier": "2.2.1",