diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5aa9c29c3..454570e9a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,8 +26,8 @@ "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.2", "jotai": "^2.4.3", - "jotai-devtools": "^0.6.3", - "jotai-location": "^0.5.1", + "jotai-devtools": "^0.7.0", + "jotai-location": "^0.5.2", "jotai-urql": "^0.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -17628,9 +17628,9 @@ } }, "node_modules/jotai-devtools": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/jotai-devtools/-/jotai-devtools-0.6.3.tgz", - "integrity": "sha512-QPS6m2ft6laT5YrVlIlCzjRl1LYmwCtT3jL9TJcrlB5bUxqcls03CmNMRwVBpSOzx3WwiZVEmXALhlI1UvufPQ==", + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/jotai-devtools/-/jotai-devtools-0.7.0.tgz", + "integrity": "sha512-rMcNusiJ3YtvbVkUF6RrUa1mJZbcH7Cs6MGULHllTQ/+4/kKtWtEPXUMdwxyJ33Sdx/L0Al8b0g0NpLOPUr0zA==", "dependencies": { "@mantine/core": "^6.0.21", "@mantine/hooks": "^6.0.21", @@ -17651,9 +17651,9 @@ } }, "node_modules/jotai-location": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jotai-location/-/jotai-location-0.5.1.tgz", - "integrity": "sha512-6b34X6PpUaXmHCcyxdMFUHgRLUEp+SFHq9UxHbg5HxHC1LddVyVZbPJI+P15+SOQJcUTH3KrsIeKmeLko+Vw/A==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/jotai-location/-/jotai-location-0.5.2.tgz", + "integrity": "sha512-4S9hDh1wYp4SG4Laq3+Xd0GdW7jwnWlbEuL8U22kv3wUZW892n6gXlNhwU0LaoXnWoGG0gtjSLBuFm5iodFKLg==", "peerDependencies": { "jotai": ">=1.11.0" } diff --git a/frontend/package.json b/frontend/package.json index 441aebad3..c7592d9b8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,8 +34,8 @@ "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.2", "jotai": "^2.4.3", - "jotai-devtools": "^0.6.3", - "jotai-location": "^0.5.1", + "jotai-devtools": "^0.7.0", + "jotai-location": "^0.5.2", "jotai-urql": "^0.7.1", "react": "^18.2.0", "react-dom": "^18.2.0",