diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e09f5dfb1..90cf287df 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "i18next": "^23.6.0", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.2", - "jotai": "^2.4.3", + "jotai": "^2.5.0", "jotai-devtools": "^0.7.0", "jotai-location": "^0.5.2", "jotai-urql": "^0.7.1", @@ -17639,9 +17639,9 @@ } }, "node_modules/jotai": { - "version": "2.4.3", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.4.3.tgz", - "integrity": "sha512-CSAHX9LqWG5WCrU8OgBoZbBJ+Bo9rQU0mPusEF4e0CZ/SNFgurG26vb3UpgvCSJZgYVcUQNiUBM5q86PA8rstQ==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.5.0.tgz", + "integrity": "sha512-iPJDFrhNw3KU4o4SSAESeZoW+nM1L/76VULXZWF23qmivBEcbAQjiF5n1W4Hn5dXAol4tmtEYe4HH7d9emEz0Q==", "engines": { "node": ">=12.20.0" }, diff --git a/frontend/package.json b/frontend/package.json index 5894d2441..319a59068 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "i18next": "^23.6.0", "i18next-browser-languagedetector": "^7.1.0", "i18next-http-backend": "^2.2.2", - "jotai": "^2.4.3", + "jotai": "^2.5.0", "jotai-devtools": "^0.7.0", "jotai-location": "^0.5.2", "jotai-urql": "^0.7.1",