2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-21 09:38:31 +02:00

build(deps-dev): bump @types/express from 4.17.12 to 4.17.13 (#156)

This commit is contained in:
dependabot[bot] 2021-07-07 21:40:16 +02:00 committed by GitHub
parent b1ab84e610
commit b5460b95ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -16,7 +16,7 @@
"@commitlint/cli": "12.1.4", "@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4", "@commitlint/config-conventional": "12.1.4",
"@release-it/conventional-changelog": "3.0.1", "@release-it/conventional-changelog": "3.0.1",
"@types/express": "4.17.12", "@types/express": "4.17.13",
"@types/jest": "26.0.23", "@types/jest": "26.0.23",
"@types/jsonwebtoken": "8.5.3", "@types/jsonwebtoken": "8.5.3",
"@types/node": "15.6.1", "@types/node": "15.6.1",
@ -1631,9 +1631,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/express": { "node_modules/@types/express": {
"version": "4.17.12", "version": "4.17.13",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.12.tgz", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
"integrity": "sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q==", "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/body-parser": "*", "@types/body-parser": "*",
@ -15345,9 +15345,9 @@
"dev": true "dev": true
}, },
"@types/express": { "@types/express": {
"version": "4.17.12", "version": "4.17.13",
"resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.12.tgz", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.13.tgz",
"integrity": "sha512-pTYas6FrP15B1Oa0bkN5tQMNqOcVXa9j4FTFtO8DWI9kppKib+6NJtfTOOLcwxuuYvcX2+dVG6et1SxW/Kc17Q==", "integrity": "sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/body-parser": "*", "@types/body-parser": "*",

View File

@ -93,7 +93,7 @@
"@commitlint/cli": "12.1.4", "@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4", "@commitlint/config-conventional": "12.1.4",
"@release-it/conventional-changelog": "3.0.1", "@release-it/conventional-changelog": "3.0.1",
"@types/express": "4.17.12", "@types/express": "4.17.13",
"@types/jest": "26.0.23", "@types/jest": "26.0.23",
"@types/jsonwebtoken": "8.5.3", "@types/jsonwebtoken": "8.5.3",
"@types/node": "15.6.1", "@types/node": "15.6.1",