diff --git a/package.json b/package.json index 9eb45510..18322c1c 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-intersection-observer": "^9.15.0", - "react-toastify": "^9.1.3", + "react-toastify": "^11.0.2", "reading-time": "^1.5.0", "refractor": "^4.8.1", "rehype": "^13.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1d43b61c..664392eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,8 +113,8 @@ importers: specifier: ^9.15.0 version: 9.15.0(react-dom@19.0.0(react@19.0.0))(react@19.0.0) react-toastify: - specifier: ^9.1.3 - version: 9.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0) + specifier: ^11.0.2 + version: 11.0.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0) reading-time: specifier: ^1.5.0 version: 1.5.0 @@ -4102,10 +4102,6 @@ packages: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} engines: {node: '>=12'} - clsx@1.2.1: - resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==} - engines: {node: '>=6'} - clsx@2.1.1: resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} engines: {node: '>=6'} @@ -7290,11 +7286,11 @@ packages: peerDependencies: react: ^19.0.0 - react-toastify@9.1.3: - resolution: {integrity: sha512-fPfb8ghtn/XMxw3LkxQBk3IyagNpF/LIKjOBflbexr2AWxAH1MJgvnESwEwBn9liLFXgTKWgBSdZpw9m4OTHTg==} + react-toastify@11.0.2: + resolution: {integrity: sha512-GjHuGaiXMvbls3ywqv8XdWONwrcO4DXCJIY1zVLkHU73gEElKvTTXNI5Vom3s/k/M8hnkrfsqgBSX3OwmlonbA==} peerDependencies: - react: '>=16' - react-dom: '>=16' + react: ^18 || ^19 + react-dom: ^18 || ^19 react@18.3.1: resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} @@ -13087,8 +13083,6 @@ snapshots: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 - clsx@1.2.1: {} - clsx@2.1.1: {} co@4.6.0: {} @@ -17164,9 +17158,9 @@ snapshots: react-is: 19.0.0 scheduler: 0.25.0 - react-toastify@9.1.3(react-dom@19.0.0(react@19.0.0))(react@19.0.0): + react-toastify@11.0.2(react-dom@19.0.0(react@19.0.0))(react@19.0.0): dependencies: - clsx: 1.2.1 + clsx: 2.1.1 react: 19.0.0 react-dom: 19.0.0(react@19.0.0)