diff --git a/package.json b/package.json index 088dba15..0adc0c1f 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ }, "devDependencies": { "@types/deep-diff": "^1.0.5", - "@types/express": "^4.17.20", + "@types/express": "^4.17.21", "@types/fs-extra": "^11.0.3", "@types/jest": "^29.5.7", "@types/js-yaml": "^4.0.8", diff --git a/yarn.lock b/yarn.lock index 80a0a8d2..d93ff6a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -671,10 +671,10 @@ "@types/range-parser" "*" "@types/send" "*" -"@types/express@^4.17.20": - version "4.17.20" - resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.20.tgz#e7c9b40276d29e38a4e3564d7a3d65911e2aa433" - integrity sha512-rOaqlkgEvOW495xErXMsmyX3WKBInbhG5eqojXYi3cGUaLoRDlXa5d52fkfWZT963AZ3v2eZ4MbKE6WpDAGVsw== +"@types/express@^4.17.21": + version "4.17.21" + resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d" + integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ== dependencies: "@types/body-parser" "*" "@types/express-serve-static-core" "^4.17.33"