chore(deps): update dependency @types/express to v4.17.14

This commit is contained in:
renovate[bot] 2022-09-13 18:55:16 +00:00 committed by GitHub
parent 3e32dffec8
commit 88e3eb3f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 10 deletions

44
package-lock.json generated
View file

@ -66,7 +66,7 @@
"@nestjs/schematics": "8.0.11", "@nestjs/schematics": "8.0.11",
"@nestjs/testing": "8.4.7", "@nestjs/testing": "8.4.7",
"@types/cookie-parser": "1.4.3", "@types/cookie-parser": "1.4.3",
"@types/express": "4.17.13", "@types/express": "4.17.14",
"@types/hapi__joi": "17.1.8", "@types/hapi__joi": "17.1.8",
"@types/jest": "29.0.1", "@types/jest": "29.0.1",
"@types/long": "4.0.2", "@types/long": "4.0.2",
@ -2479,6 +2479,17 @@
"@opentelemetry/api": "^1.0.2" "@opentelemetry/api": "^1.0.2"
} }
}, },
"node_modules/@opentelemetry/instrumentation-express/node_modules/@types/express": {
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
"integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
"dependencies": {
"@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.18",
"@types/qs": "*",
"@types/serve-static": "*"
}
},
"node_modules/@opentelemetry/instrumentation-http": { "node_modules/@opentelemetry/instrumentation-http": {
"version": "0.27.0", "version": "0.27.0",
"resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-http/-/instrumentation-http-0.27.0.tgz", "resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation-http/-/instrumentation-http-0.27.0.tgz",
@ -2983,12 +2994,13 @@
"dev": true "dev": true
}, },
"node_modules/@types/express": { "node_modules/@types/express": {
"version": "4.17.13", "version": "4.17.14",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.14.tgz",
"integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", "integrity": "sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==",
"dev": true,
"dependencies": { "dependencies": {
"@types/body-parser": "*", "@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.29", "@types/express-serve-static-core": "^4.17.18",
"@types/qs": "*", "@types/qs": "*",
"@types/serve-static": "*" "@types/serve-static": "*"
} }
@ -14043,6 +14055,19 @@
"@opentelemetry/instrumentation": "^0.27.0", "@opentelemetry/instrumentation": "^0.27.0",
"@opentelemetry/semantic-conventions": "^1.0.0", "@opentelemetry/semantic-conventions": "^1.0.0",
"@types/express": "4.17.13" "@types/express": "4.17.13"
},
"dependencies": {
"@types/express": {
"version": "4.17.13",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
"integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
"requires": {
"@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.18",
"@types/qs": "*",
"@types/serve-static": "*"
}
}
} }
}, },
"@opentelemetry/instrumentation-http": { "@opentelemetry/instrumentation-http": {
@ -14456,12 +14481,13 @@
"dev": true "dev": true
}, },
"@types/express": { "@types/express": {
"version": "4.17.13", "version": "4.17.14",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.14.tgz",
"integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==", "integrity": "sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==",
"dev": true,
"requires": { "requires": {
"@types/body-parser": "*", "@types/body-parser": "*",
"@types/express-serve-static-core": "^4.17.29", "@types/express-serve-static-core": "^4.17.18",
"@types/qs": "*", "@types/qs": "*",
"@types/serve-static": "*" "@types/serve-static": "*"
} }

View file

@ -82,7 +82,7 @@
"@nestjs/schematics": "8.0.11", "@nestjs/schematics": "8.0.11",
"@nestjs/testing": "8.4.7", "@nestjs/testing": "8.4.7",
"@types/cookie-parser": "1.4.3", "@types/cookie-parser": "1.4.3",
"@types/express": "4.17.13", "@types/express": "4.17.14",
"@types/hapi__joi": "17.1.8", "@types/hapi__joi": "17.1.8",
"@types/jest": "29.0.1", "@types/jest": "29.0.1",
"@types/long": "4.0.2", "@types/long": "4.0.2",