From 599dbcfbe4923cd784c6a31e77090056c3487dfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:48:07 +0000 Subject: [PATCH] [CHORE] Update dependency @types/react to v18.3.7 --- owmods_gui/frontend/package-lock.json | 8 ++++---- owmods_gui/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/owmods_gui/frontend/package-lock.json b/owmods_gui/frontend/package-lock.json index 845076419..8f4be62b9 100644 --- a/owmods_gui/frontend/package-lock.json +++ b/owmods_gui/frontend/package-lock.json @@ -21,7 +21,7 @@ "react-virtuoso": "4.10.4" }, "devDependencies": { - "@types/react": "18.3.6", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "8.6.0", "@typescript-eslint/parser": "8.6.0", @@ -2405,9 +2405,9 @@ "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==" }, "node_modules/@types/react": { - "version": "18.3.6", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.6.tgz", - "integrity": "sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg==", + "version": "18.3.7", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.7.tgz", + "integrity": "sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/owmods_gui/frontend/package.json b/owmods_gui/frontend/package.json index 419436f10..d6adaedff 100644 --- a/owmods_gui/frontend/package.json +++ b/owmods_gui/frontend/package.json @@ -32,7 +32,7 @@ "react-virtuoso": "4.10.4" }, "devDependencies": { - "@types/react": "18.3.6", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "8.6.0", "@typescript-eslint/parser": "8.6.0",