From c103251ce899f927743d3c548e211ac1387676f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:23:33 +0500 Subject: [PATCH] Update dependency express to ^4.19.2 (#4015) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- catalog/package-lock.json | 2 +- catalog/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/package-lock.json b/catalog/package-lock.json index ec18ae45db3..ac19b9f8106 100644 --- a/catalog/package-lock.json +++ b/catalog/package-lock.json @@ -164,7 +164,7 @@ "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-redux-saga": "^1.3.2", - "express": "^4.18.2", + "express": "^4.19.2", "fork-ts-checker-webpack-plugin": "^8.0.0", "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.3", diff --git a/catalog/package.json b/catalog/package.json index 17a77c80259..09678a77f01 100644 --- a/catalog/package.json +++ b/catalog/package.json @@ -201,7 +201,7 @@ "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-redux-saga": "^1.3.2", - "express": "^4.18.2", + "express": "^4.19.2", "fork-ts-checker-webpack-plugin": "^8.0.0", "html-loader": "^4.2.0", "html-webpack-plugin": "^5.5.3",