From 14cd76d857edccbc669988df200c72f76f6d125c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:32:04 +0100 Subject: [PATCH] build(deps-dev): bump @types/react from 18.3.7 to 18.3.8 (#1713) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2be44f5ee..ec8d5da5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "@types/mixpanel-browser": "2.50.0", "@types/node": "22.5.5", "@types/nodemailer": "6.4.16", - "@types/react": "18.3.7", + "@types/react": "18.3.8", "@typescript-eslint/eslint-plugin": "8.6.0", "@typescript-eslint/parser": "8.6.0", "autoprefixer": "10.4.20", @@ -7366,9 +7366,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.3.7", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.7.tgz", - "integrity": "sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==", + "version": "18.3.8", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.8.tgz", + "integrity": "sha512-syBUrW3/XpnW4WJ41Pft+I+aPoDVbrBVQGEnbD7NijDGlVC+8gV/XKRY+7vMDlfPpbwYt0l1vd/Sj8bJGMbs9Q==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index 5cd407528..7f47b6a81 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "@types/mixpanel-browser": "2.50.0", "@types/node": "22.5.5", "@types/nodemailer": "6.4.16", - "@types/react": "18.3.7", + "@types/react": "18.3.8", "@typescript-eslint/eslint-plugin": "8.6.0", "@typescript-eslint/parser": "8.6.0", "autoprefixer": "10.4.20",