diff --git a/package-lock.json b/package-lock.json index 2fb9f5b..a501d8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,7 +110,7 @@ }, "medusa-plugin": { "name": "medusa-plugin-wordpress", - "version": "0.2.0", + "version": "0.3.3", "license": "MIT", "dependencies": { "axios": "^1.6.0", @@ -5314,6 +5314,21 @@ "node": ">=6.9.0" } }, + "node_modules/@medusajs/admin-ui/node_modules/react-hook-form": { + "version": "7.38.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", + "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18" + } + }, "node_modules/@medusajs/admin-ui/node_modules/type-fest": { "version": "3.13.1", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.13.1.tgz", @@ -29476,9 +29491,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.38.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.38.0.tgz", - "integrity": "sha512-gxWW1kMeru9xR1GoR+Iw4hA+JBOM3SHfr4DWCUKY0xc7Vv1MLsF109oHtBeWl9shcyPFx67KHru44DheN0XY5A==", + "version": "7.48.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", + "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", "engines": { "node": ">=12.22.0" }, @@ -34998,7 +35013,6 @@ }, "wordpress-plugin": { "name": "medusawp-admin", - "version": "0.1.0", "license": "MIT", "dependencies": { "@fontsource/inter": "^5.0.15", @@ -35009,7 +35023,7 @@ "@tanstack/react-query": "^4.36.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.47.0", + "react-hook-form": "^7.48.2", "react-router-dom": "^6.17.0", "shikiji": "^0.6.10", "tailwind-merge": "^1.14.0", @@ -35159,21 +35173,6 @@ "postcss": "^8.2.14" } }, - "wordpress-plugin/node_modules/react-hook-form": { - "version": "7.47.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.47.0.tgz", - "integrity": "sha512-F/TroLjTICipmHeFlMrLtNLceO2xr1jU3CyiNla5zdwsGUGu2UOxxR4UyJgLlhMwLW/Wzp4cpJ7CPfgJIeKdSg==", - "engines": { - "node": ">=12.22.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/react-hook-form" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" - } - }, "wordpress-plugin/node_modules/react-router": { "version": "6.17.0", "resolved": "https://registry.npmjs.org/react-router/-/react-router-6.17.0.tgz", diff --git a/wordpress-plugin/package.json b/wordpress-plugin/package.json index c2ae68d..f991e68 100644 --- a/wordpress-plugin/package.json +++ b/wordpress-plugin/package.json @@ -28,7 +28,7 @@ "@tanstack/react-query": "^4.36.1", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.47.0", + "react-hook-form": "^7.48.2", "react-router-dom": "^6.17.0", "shikiji": "^0.6.10", "tailwind-merge": "^1.14.0",