From ba43b92a2dd88c9ac12aaf59dc26515db387a7a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 03:55:24 +0000 Subject: [PATCH] chore(deps-dev): bump @types/react from 18.3.6 to 18.3.7 in /apps/bynder-content-workflow in the dev-dependencies group (#2995) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/bynder-content-workflow/package-lock.json | 8 ++++---- apps/bynder-content-workflow/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/bynder-content-workflow/package-lock.json b/apps/bynder-content-workflow/package-lock.json index ac9166d97..8e269df0c 100644 --- a/apps/bynder-content-workflow/package-lock.json +++ b/apps/bynder-content-workflow/package-lock.json @@ -29,7 +29,7 @@ "@contentful/app-scripts": "1.27.0", "@testing-library/react": "16.0.1", "@types/node": "18.15.3", - "@types/react": "18.3.6", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", "@types/showdown": "^2.0.6", "@types/uuid": "^9.0.8", @@ -2702,9 +2702,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==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/apps/bynder-content-workflow/package.json b/apps/bynder-content-workflow/package.json index aaf85200a..0c20fce1b 100644 --- a/apps/bynder-content-workflow/package.json +++ b/apps/bynder-content-workflow/package.json @@ -32,7 +32,7 @@ "@contentful/app-scripts": "1.27.0", "@testing-library/react": "16.0.1", "@types/node": "18.15.3", - "@types/react": "18.3.6", + "@types/react": "18.3.7", "@types/react-dom": "18.3.0", "@types/showdown": "^2.0.6", "@types/uuid": "^9.0.8",