Merge remote-tracking branch 'origin/renovate/jest-26.x' into master

This commit is contained in:
Julian Tölle 2020-09-05 21:51:58 +02:00
commit b83a84fc55
4 changed files with 11 additions and 11 deletions

View file

@ -1985,9 +1985,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "25.2.3", "version": "26.0.13",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.13.tgz",
"integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==", "integrity": "sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==",
"requires": { "requires": {
"jest-diff": "^25.2.1", "jest-diff": "^25.2.1",
"pretty-format": "^25.2.1" "pretty-format": "^25.2.1"
@ -2086,9 +2086,9 @@
} }
}, },
"supports-color": { "supports-color": {
"version": "7.1.0", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.1.0.tgz", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"requires": { "requires": {
"has-flag": "^4.0.0" "has-flag": "^4.0.0"
} }

View file

@ -12,7 +12,7 @@
"@testing-library/jest-dom": "5.11.4", "@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "10.4.9", "@testing-library/react": "10.4.9",
"@testing-library/user-event": "12.1.3", "@testing-library/user-event": "12.1.3",
"@types/jest": "25.2.3", "@types/jest": "26.0.13",
"@types/node": "12.12.55", "@types/node": "12.12.55",
"@types/react": "16.9.49", "@types/react": "16.9.49",
"@types/react-dom": "16.9.8", "@types/react-dom": "16.9.8",

6
package-lock.json generated
View file

@ -1890,9 +1890,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "25.2.3", "version": "26.0.13",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.13.tgz",
"integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==", "integrity": "sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-diff": "^25.2.1", "jest-diff": "^25.2.1",

View file

@ -55,7 +55,7 @@
"@nestjs/testing": "7.3.1", "@nestjs/testing": "7.3.1",
"@types/express": "4.17.8", "@types/express": "4.17.8",
"@types/hapi__joi": "17.1.4", "@types/hapi__joi": "17.1.4",
"@types/jest": "25.2.3", "@types/jest": "26.0.13",
"@types/node": "13.13.16", "@types/node": "13.13.16",
"@types/passport-jwt": "3.0.3", "@types/passport-jwt": "3.0.3",
"@types/supertest": "2.0.9", "@types/supertest": "2.0.9",