diff --git a/package-lock.json b/package-lock.json index 7eec4a53..d0a1ec37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/markdown-it-emoji": "2.0.5", "@types/node": "17.0.45", "@types/punycode": "2.1.4", - "@types/react": "18.3.14", + "@types/react": "18.3.15", "@types/react-dom": "18.3.3", "@types/react-intl": "3.0.0", "@types/react-router-dom": "5.3.3", @@ -1471,9 +1471,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz", - "integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==", + "version": "18.3.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.15.tgz", + "integrity": "sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==", "dependencies": { "@types/prop-types": "*", "csstype": "^3.0.2" @@ -12982,9 +12982,9 @@ "dev": true }, "@types/react": { - "version": "18.3.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.14.tgz", - "integrity": "sha512-NzahNKvjNhVjuPBQ+2G7WlxstQ+47kXZNHlUvFakDViuIEfGY926GqhMueQFZ7woG+sPiQKlF36XfrIUVSUfFg==", + "version": "18.3.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.15.tgz", + "integrity": "sha512-XQzbwkCwrsabawgWsvDDwsDTRuH1sf6Uj1fnFYoG03ZXfT54/aBvlylKR9ix70pXAtTn8dFzj358zVcZN4m83w==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/package.json b/package.json index 89190431..eb052d87 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/markdown-it-emoji": "2.0.5", "@types/node": "17.0.45", "@types/punycode": "2.1.4", - "@types/react": "18.3.14", + "@types/react": "18.3.15", "@types/react-dom": "18.3.3", "@types/react-intl": "3.0.0", "@types/react-router-dom": "5.3.3",