diff --git a/package-lock.json b/package-lock.json index ddaeb1fdf29..a381ff7ec14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -120,7 +120,7 @@ "react-popper": "2.3.0", "react-scrollchor": "7.0.2", "react-select": "5.8.3", - "react-swipeable": "7.0.1", + "react-swipeable": "7.0.2", "react-text-mask": "5.5.0", "react-turnstile": "1.1.4", "react-verification-input": "4.1.2", @@ -36791,11 +36791,12 @@ } }, "node_modules/react-swipeable": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-7.0.1.tgz", - "integrity": "sha512-RKB17JdQzvECfnVj9yDZsiYn3vH0eyva/ZbrCZXZR0qp66PBRhtg4F9yJcJTWYT5Adadi+x4NoG53BxKHwIYLQ==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/react-swipeable/-/react-swipeable-7.0.2.tgz", + "integrity": "sha512-v1Qx1l+aC2fdxKa9aKJiaU/ZxmJ5o98RMoFwUqAAzVWUcxgfHFXDDruCKXhw6zIYXm6V64JiHgP9f6mlME5l8w==", + "license": "MIT", "peerDependencies": { - "react": "^16.8.3 || ^17 || ^18" + "react": "^16.8.3 || ^17 || ^18 || ^19.0.0 || ^19.0.0-rc" } }, "node_modules/react-test-renderer": { diff --git a/package.json b/package.json index d2a920456df..66c4e1b700d 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "react-popper": "2.3.0", "react-scrollchor": "7.0.2", "react-select": "5.8.3", - "react-swipeable": "7.0.1", + "react-swipeable": "7.0.2", "react-text-mask": "5.5.0", "react-turnstile": "1.1.4", "react-verification-input": "4.1.2",