diff --git a/package-lock.json b/package-lock.json index cc39c225..c56c7db1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-lazy-load-image-component": "^1.5.6", - "react-medium-image-zoom": "^4.4.3", + "react-medium-image-zoom": "^5.1.7", "react-nanny": "^2.15.0", "react-parallax": "^3.5.1", "swr-global-state": "^2.1.1" @@ -8135,11 +8135,6 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, - "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==" - }, "node_modules/follow-redirects": { "version": "1.15.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", @@ -13594,19 +13589,15 @@ } }, "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.1.7", + "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.1.7.tgz", + "integrity": "sha512-GV+0aB8WZvMRZLm05su29SbA3CL0H5D8xV57Q1EjsgV2OP+LdLPgWVI1rFNLyZgBMVevxZqL/+6ZGz9l4X0wKw==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/rpearce" } ], - "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" @@ -22214,11 +22205,6 @@ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, - "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==" - }, "follow-redirects": { "version": "1.15.2", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", @@ -26068,13 +26054,10 @@ } }, "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==", - "requires": { - "focus-options-polyfill": "1.5.1", - "tslib": "^2.4.0" - } + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/react-medium-image-zoom/-/react-medium-image-zoom-5.1.7.tgz", + "integrity": "sha512-GV+0aB8WZvMRZLm05su29SbA3CL0H5D8xV57Q1EjsgV2OP+LdLPgWVI1rFNLyZgBMVevxZqL/+6ZGz9l4X0wKw==", + "requires": {} }, "react-nanny": { "version": "2.15.0", diff --git a/package.json b/package.json index 4da0e3e8..10792a46 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-lazy-load-image-component": "^1.5.6", - "react-medium-image-zoom": "^4.4.3", + "react-medium-image-zoom": "^5.1.7", "react-nanny": "^2.15.0", "react-parallax": "^3.5.1", "swr-global-state": "^2.1.1"