chore(deps): update dependency @types/jest to v27.0.3 (#625)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-11-18 22:51:52 +00:00 committed by GitHub
parent b6de704132
commit 2bdeea2d7b
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.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.7",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.4.0",
@ -2337,9 +2337,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"dev": true,
"dependencies": {
"jest-diff": "^27.0.0",
@ -12588,9 +12588,9 @@
}
},
"@types/jest": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"version": "27.0.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.3.tgz",
"integrity": "sha512-cmmwv9t7gBYt7hNKH5Spu7Kuu/DotGa+Ff+JGRKZ4db5eh8PnKS4LuebJ3YLUoyOyIHraTGyULn23YtEAm0VSg==",
"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.2",
"@types/jest": "27.0.3",
"@types/node": "16.11.7",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "5.4.0",