diff --git a/package-lock.json b/package-lock.json index c2a29866..012d3867 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/compression": "1.7.2", "@types/cookies": "^0.7.7", "@types/cors": "2.8.13", - "@types/express": "4.17.17", + "@types/express": "4.17.25", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", "@types/lru-cache": "7.10.9", @@ -3191,14 +3191,15 @@ } }, "node_modules/@types/express": { - "version": "4.17.17", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz", - "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==", + "version": "4.17.25", + "resolved": "https://artifactory.nautilus-tooling01.live.ix01.sipgate.net:443/artifactory/api/npm/npm/@types/express/-/express-4.17.25.tgz", + "integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==", + "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", "@types/qs": "*", - "@types/serve-static": "*" + "@types/serve-static": "^1" } }, "node_modules/@types/express-serve-static-core": { @@ -13209,14 +13210,14 @@ } }, "@types/express": { - "version": "4.17.17", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.17.tgz", - "integrity": "sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==", + "version": "4.17.25", + "resolved": "https://artifactory.nautilus-tooling01.live.ix01.sipgate.net:443/artifactory/api/npm/npm/@types/express/-/express-4.17.25.tgz", + "integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==", "requires": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", "@types/qs": "*", - "@types/serve-static": "*" + "@types/serve-static": "^1" } }, "@types/express-serve-static-core": { diff --git a/package.json b/package.json index 70b4ea88..64d22edd 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/compression": "1.7.2", "@types/cookies": "^0.7.7", "@types/cors": "2.8.13", - "@types/express": "4.17.17", + "@types/express": "4.17.25", "@types/jest": "^29.4.0", "@types/lodash": "^4.14.191", "@types/lru-cache": "7.10.9",