1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

Merge pull request #268 from oceanprotocol/dependabot/npm_and_yarn/server/types/request-2.48.5

This commit is contained in:
dependabot-preview[bot] 2020-05-18 22:27:34 +00:00 committed by GitHub
commit 1014ab02cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -765,9 +765,9 @@
"dev": true "dev": true
}, },
"@types/request": { "@types/request": {
"version": "2.48.4", "version": "2.48.5",
"resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.4.tgz", "resolved": "https://registry.npmjs.org/@types/request/-/request-2.48.5.tgz",
"integrity": "sha512-W1t1MTKYR8PxICH+A4HgEIPuAC3sbljoEVfyZbeFJJDbr30guDspJri2XOaM2E+Un7ZjrihaDi7cf6fPa2tbgw==", "integrity": "sha512-/LO7xRVnL3DxJ1WkPGDQrp4VTV1reX9RkC85mJ+Qzykj2Bdw+mG15aAfDahc76HtknjzE16SX/Yddn6MxVbmGQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/caseless": "*", "@types/caseless": "*",
@ -812,9 +812,9 @@
} }
}, },
"@types/tough-cookie": { "@types/tough-cookie": {
"version": "2.3.6", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-2.3.6.tgz", "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.0.tgz",
"integrity": "sha512-wHNBMnkoEBiRAd3s8KTKwIuO9biFtTf0LehITzBhSco+HQI0xkXZbLOD55SW3Aqw3oUkHstkm5SPv58yaAdFPQ==", "integrity": "sha512-I99sngh224D0M7XgW1s120zxCt3VYQ3IQsuw3P3jbq5GG4yc79+ZjyKznyOGIQrflfylLgcfekeZW/vk0yng6A==",
"dev": true "dev": true
}, },
"@types/yargs": { "@types/yargs": {

View File

@ -31,7 +31,7 @@
"@types/jest": "^25.2.2", "@types/jest": "^25.2.2",
"@types/morgan": "^1.9.0", "@types/morgan": "^1.9.0",
"@types/node": "^14.0.1", "@types/node": "^14.0.1",
"@types/request": "^2.48.4", "@types/request": "^2.48.5",
"@types/supertest": "^2.0.9", "@types/supertest": "^2.0.9",
"jest": "24.9.0", "jest": "24.9.0",
"nodemon": "^2.0.4", "nodemon": "^2.0.4",