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