chore(deps): update dependency @types/jest to ^26.0.22 (#26)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-26 10:38:44 +01:00 committed by GitHub
parent 5cab5c5274
commit 3733c9703f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -1432,9 +1432,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "26.0.21", "version": "26.0.22",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.21.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz",
"integrity": "sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==", "integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-diff": "^26.0.0", "jest-diff": "^26.0.0",
@ -6572,9 +6572,9 @@
} }
}, },
"react-is": { "react-is": {
"version": "17.0.1", "version": "17.0.2",
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.1.tgz", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
"integrity": "sha512-NAnt2iGDXohE5LI7uBnLnqvLQMtzhkiAOLXTmv+qnF9Ky7xAPcX8Up/xWIhxvLVGJvuLiNc4xQLtuqDRzb4fSA==", "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
"dev": true "dev": true
}, },
"read-pkg": { "read-pkg": {

View File

@ -31,7 +31,7 @@
"devDependencies": { "devDependencies": {
"@nestjs/common": "^7.6.15", "@nestjs/common": "^7.6.15",
"@types/express": "^4.17.11", "@types/express": "^4.17.11",
"@types/jest": "^26.0.21", "@types/jest": "^26.0.22",
"@types/node": "^14.14.36", "@types/node": "^14.14.36",
"@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0", "@typescript-eslint/parser": "^4.18.0",