diff --git a/package-lock.json b/package-lock.json index 4b76da5..f612bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "html-react-parser": "5.1.8", "html-to-text": "9.0.5", "i18next": "23.10.1", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "react-i18next": "14.1.0", "react-router-dom": "6.22.3", @@ -47,7 +47,7 @@ "@biomejs/biome": "1.8.3", "@types/lodash": "4.17.0", "@types/node": "22.5.5", - "@types/react": "18.2.65", + "@types/react": "18.3.6", "@types/react-dom": "18.2.21", "@types/uuid": "9.0.8", "@vitejs/plugin-react": "4.2.1", @@ -2671,12 +2671,11 @@ "integrity": "sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==" }, "node_modules/@types/react": { - "version": "18.2.65", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.65.tgz", - "integrity": "sha512-98TsY0aW4jqx/3RqsUXwMDZSWR1Z4CUlJNue8ueS2/wcxZOsz4xmW1X8ieaWVRHcmmQM3R8xVA4XWB3dJnWwDQ==", + "version": "18.3.6", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.6.tgz", + "integrity": "sha512-CnGaRYNu2iZlkGXGrOYtdg5mLK8neySj0woZ4e2wF/eli2E6Sazmq5X+Nrj6OBrrFVQfJWTUFeqAzoRhWQXYvg==", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, @@ -2689,11 +2688,6 @@ "@types/react": "*" } }, - "node_modules/@types/scheduler": { - "version": "0.16.8", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", - "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==" - }, "node_modules/@types/symlink-or-copy": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/symlink-or-copy/-/symlink-or-copy-1.2.2.tgz", @@ -6534,9 +6528,9 @@ } }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", + "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "dependencies": { "loose-envify": "^1.1.0" }, diff --git a/package.json b/package.json index 9b6cce3..dbdf1f5 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "html-react-parser": "5.1.8", "html-to-text": "9.0.5", "i18next": "23.10.1", - "react": "18.2.0", + "react": "18.3.1", "react-dom": "18.2.0", "react-i18next": "14.1.0", "react-router-dom": "6.22.3", @@ -68,7 +68,7 @@ "@biomejs/biome": "1.8.3", "@types/lodash": "4.17.0", "@types/node": "22.5.5", - "@types/react": "18.2.65", + "@types/react": "18.3.6", "@types/react-dom": "18.2.21", "@types/uuid": "9.0.8", "@vitejs/plugin-react": "4.2.1",