diff --git a/package-lock.json b/package-lock.json index 7c343762..7d226c08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "preact": "~10.15.0", "react-hotkeys-hook": "~4.4.0", "react-intersection-observer": "~9.4.3", - "react-quick-pinch-zoom": "~4.8.0", + "react-quick-pinch-zoom": "~4.9.0", "react-router-dom": "6.6.2", "string-length": "~5.0.1", "swiped-events": "~1.1.7", @@ -6011,13 +6011,15 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/react-quick-pinch-zoom": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.8.0.tgz", - "integrity": "sha512-YfbSmDQ9RzLKueDqzi9hZKgjkqZxdCxnPg7dZAU42GXYHfyITy+YKa4Om2B9G8p9X0ZzmlYaYfVSuxDKj+aOCA==", + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.9.0.tgz", + "integrity": "sha512-gCPnZu5+rkYDNvewi/d7A2wgLs7izQNMuC6kjt+KLC1qqHnRU27Ed8AgcEcnWAZKdMr3ZKoKhSvjlZSVZI0fuw==", + "dependencies": { + "tslib": ">=2.0.0" + }, "peerDependencies": { "react": ">=16.4.0", - "react-dom": ">=16.4.0", - "tslib": ">=2.0.0" + "react-dom": ">=16.4.0" }, "peerDependenciesMeta": { "react": { @@ -6025,9 +6027,6 @@ }, "react-dom": { "optional": true - }, - "tslib": { - "optional": true } } }, @@ -11317,10 +11316,12 @@ "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "react-quick-pinch-zoom": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.8.0.tgz", - "integrity": "sha512-YfbSmDQ9RzLKueDqzi9hZKgjkqZxdCxnPg7dZAU42GXYHfyITy+YKa4Om2B9G8p9X0ZzmlYaYfVSuxDKj+aOCA==", - "requires": {} + "version": "4.9.0", + "resolved": "https://registry.npmjs.org/react-quick-pinch-zoom/-/react-quick-pinch-zoom-4.9.0.tgz", + "integrity": "sha512-gCPnZu5+rkYDNvewi/d7A2wgLs7izQNMuC6kjt+KLC1qqHnRU27Ed8AgcEcnWAZKdMr3ZKoKhSvjlZSVZI0fuw==", + "requires": { + "tslib": ">=2.0.0" + } }, "react-router": { "version": "6.6.2", diff --git a/package.json b/package.json index 2cf52dc0..e00595e6 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "preact": "~10.15.0", "react-hotkeys-hook": "~4.4.0", "react-intersection-observer": "~9.4.3", - "react-quick-pinch-zoom": "~4.8.0", + "react-quick-pinch-zoom": "~4.9.0", "react-router-dom": "6.6.2", "string-length": "~5.0.1", "swiped-events": "~1.1.7",