diff --git a/package-lock.json b/package-lock.json index 47ff6ed..b16c4ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-medium-image-zoom": "^5.2.13" + "react-medium-image-zoom": "^5.4.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.9.2", @@ -14637,15 +14637,16 @@ } }, "node_modules/react-medium-image-zoom": { - "version": "5.2.13", - "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.2.13.tgz", - "integrity": "sha512-KcBL4OsoUQJgIFh6vQgt/6sRGqDy6bQBcsbhGD2tsy4B5Pw3dWrboocVOyIm76RRALEZ6Qwp3EDvIvfEv0m5sg==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.4.0.tgz", + "integrity": "sha512-BsE+EnFVQzFIlyuuQrZ9iTwyKpKkqdFZV1ImEQN573QPqGrIUuNni7aF+sZwDcxlsuOMayCr6oO/PZR/yJnbRg==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/rpearce" } ], + "license": "BSD-3-Clause", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" diff --git a/package.json b/package.json index ed192a9..d7c59b1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-medium-image-zoom": "^5.2.13" + "react-medium-image-zoom": "^5.4.0" }, "devDependencies": { "@docusaurus/module-type-aliases": "^3.9.2",