diff --git a/package-lock.json b/package-lock.json index ff660aa..369ee83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "hamburger-react": "^2.4.0", + "hamburger-react": "^2.5.1", "next": "^12.1.0", "next-seo": "^4.24.0", "next-translate": "^1.0.6", @@ -1276,11 +1276,11 @@ } }, "node_modules/hamburger-react": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/hamburger-react/-/hamburger-react-2.4.1.tgz", - "integrity": "sha512-oqG9CrTVi8wM/dyQQh3JJOOfEiol9ChLOqwtjx+hFyRu0nYfe2ymNmzi2wtfQTDyExUdqETdyACZV9KZ9wpApA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/hamburger-react/-/hamburger-react-2.5.1.tgz", + "integrity": "sha512-XlTIinYeYzLu76q4Vd9olwOJP0hFgAeZfJFX6tTT/ufTLhmOjI77CGFYIwGc6gcDeeT86660ZoKx3/L67vdZEw==", "peerDependencies": { - "react": "^16.8 || ^17" + "react": "^16.8 || ^17 || ^18" } }, "node_modules/has": { @@ -3503,9 +3503,9 @@ } }, "hamburger-react": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/hamburger-react/-/hamburger-react-2.4.1.tgz", - "integrity": "sha512-oqG9CrTVi8wM/dyQQh3JJOOfEiol9ChLOqwtjx+hFyRu0nYfe2ymNmzi2wtfQTDyExUdqETdyACZV9KZ9wpApA==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/hamburger-react/-/hamburger-react-2.5.1.tgz", + "integrity": "sha512-XlTIinYeYzLu76q4Vd9olwOJP0hFgAeZfJFX6tTT/ufTLhmOjI77CGFYIwGc6gcDeeT86660ZoKx3/L67vdZEw==", "requires": {} }, "has": { diff --git a/package.json b/package.json index 27cf256..0173f9d 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ }, "homepage": "https://github.com/zenitheesc/zenith-website#readme", "dependencies": { - "hamburger-react": "^2.4.0", + "hamburger-react": "^2.5.1", "next": "^12.1.0", "next-seo": "^4.24.0", "next-translate": "^1.0.6",