chore(deps): update dependency @types/jest to v27.4.0 (#671)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-30 23:18:04 +00:00 committed by GitHub
parent 516a601674
commit 74e4af0c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.0.9",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/node": "16.11.17",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.8.1",
@ -2361,9 +2361,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"version": "27.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz",
"integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==",
"dev": true,
"dependencies": {
"jest-diff": "^27.0.0",
@ -12907,9 +12907,9 @@
}
},
"@types/jest": {
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"version": "27.4.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz",
"integrity": "sha512-gHl8XuC1RZ8H2j5sHv/JqsaxXkDDM9iDOgu0Wp8sjs4u/snb2PVehyWXJPr+ORA0RPpgw231mnutWI1+0hgjIQ==",
"dev": true,
"requires": {
"jest-diff": "^27.0.0",

View File

@ -34,7 +34,7 @@
"@nestjs/schematics": "8.0.5",
"@nestjs/testing": "8.0.9",
"@types/express": "4.17.13",
"@types/jest": "27.0.3",
"@types/jest": "27.4.0",
"@types/node": "16.11.17",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.8.1",