diff --git a/package-lock.json b/package-lock.json index ea8c9e0..d5b1303 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "preact": "^10.24.3", "react": "18.3.1", "react-dom": "18.3.1", - "react-medium-image-zoom": "^4.3.5", + "react-medium-image-zoom": "^5.2.11", "reading-time": "1.5.0", "rehype-autolink-headings": "^7.1.0", "rehype-citation": "^2.2.2", @@ -7810,12 +7810,6 @@ "dev": true, "license": "ISC" }, - "node_modules/focus-options-polyfill": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/focus-options-polyfill/-/focus-options-polyfill-1.5.1.tgz", - "integrity": "sha512-7yH20IePROHJLLbJvqqtsG420jE6DuukccapiB/WagtUpnc98r9NzHbX5rnjCDgdZqLgcqlzGjn+8l0Zb8Zf9w==", - "license": "MIT" - }, "node_modules/for-each": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", @@ -13714,20 +13708,15 @@ "license": "MIT" }, "node_modules/react-medium-image-zoom": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-4.4.3.tgz", - "integrity": "sha512-I928Z6mEMRUup4CPa+XtASiSuFzdVb1ecztXpF7xAJddXv4XZSE4n5gleZNYCn5wEU1LQY5LiN4aNW4KgrOVIA==", + "version": "5.2.11", + "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.2.11.tgz", + "integrity": "sha512-K3REdn96k2H+6iQlRSl7C7O5lMhdhRx3W1NFJXRar6wMeHpOwp5wI/6N0SfuF/NiKu+HIPxY0FSdvMIJwynTCw==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/rpearce" } ], - "license": "BSD-3-Clause", - "dependencies": { - "focus-options-polyfill": "1.5.1", - "tslib": "^2.4.0" - }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/package.json b/package.json index e4e7ecf..d700b44 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "preact": "^10.24.3", "react": "18.3.1", "react-dom": "18.3.1", - "react-medium-image-zoom": "^4.3.5", + "react-medium-image-zoom": "^5.2.11", "reading-time": "1.5.0", "rehype-autolink-headings": "^7.1.0", "rehype-citation": "^2.2.2",