chore(deps): update dependency @types/jest to v27.0.2 (#535)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-09-21 04:21:23 +00:00 committed by GitHub
parent 68c2bfac5c
commit a4a2af13b9
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.3",
"@nestjs/testing": "8.0.6",
"@types/express": "4.17.13",
"@types/jest": "27.0.1",
"@types/jest": "27.0.2",
"@types/node": "14.17.17",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.31.2",
@ -2464,9 +2464,9 @@
}
},
"node_modules/@types/jest": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.1.tgz",
"integrity": "sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"dev": true,
"dependencies": {
"jest-diff": "^27.0.0",
@ -12929,9 +12929,9 @@
}
},
"@types/jest": {
"version": "27.0.1",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.1.tgz",
"integrity": "sha512-HTLpVXHrY69556ozYkcq47TtQJXpcWAWfkoqz+ZGz2JnmZhzlRjprCIyFnetSy8gpDWwTTGBcRVv1J1I1vBrHw==",
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.0.2.tgz",
"integrity": "sha512-4dRxkS/AFX0c5XW6IPMNOydLn2tEhNhJV7DnYK+0bjoJZ+QTmfucBlihX7aoEsh/ocYtkLC73UbnBXBXIxsULA==",
"dev": true,
"requires": {
"jest-diff": "^27.0.0",

View File

@ -34,7 +34,7 @@
"@nestjs/schematics": "8.0.3",
"@nestjs/testing": "8.0.6",
"@types/express": "4.17.13",
"@types/jest": "27.0.1",
"@types/jest": "27.0.2",
"@types/node": "14.17.17",
"@types/supertest": "2.0.11",
"@typescript-eslint/eslint-plugin": "4.31.2",