Merge pull request #318 from oceanprotocol/dependabot/npm_and_yarn/server/types/jest-26.0.0

Bump @types/jest from 25.2.3 to 26.0.0 in /server
This commit is contained in:
Matthias Kretschmann 2020-06-15 08:58:41 +02:00 committed by GitHub
commit b0acdb3473
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -722,9 +722,9 @@
}
},
"@types/jest": {
"version": "25.2.3",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-25.2.3.tgz",
"integrity": "sha512-JXc1nK/tXHiDhV55dvfzqtmP4S3sy3T3ouV2tkViZgxY/zeUkcpQcQPGRlgF4KmWzWW5oiWYSZwtCB+2RsE4Fw==",
"version": "26.0.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.0.tgz",
"integrity": "sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==",
"dev": true,
"requires": {
"jest-diff": "^25.2.1",

View File

@ -27,7 +27,7 @@
"@types/compression": "^1.7.0",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.6",
"@types/jest": "^25.2.3",
"@types/jest": "^26.0.0",
"@types/morgan": "^1.9.0",
"@types/node": "^14.0.11",
"@types/request": "^2.48.5",