diff --git a/frontend/package-lock.json b/frontend/package-lock.json index dad73269..c6f174fa 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -21,7 +21,7 @@ "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.8.0", - "jotai": "^2.4.1", + "jotai": "^2.4.2", "jotai-devtools": "^0.6.2", "jotai-location": "^0.5.1", "jotai-urql": "^0.7.1", @@ -15862,9 +15862,9 @@ } }, "node_modules/jotai": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.4.1.tgz", - "integrity": "sha512-S4CTLpsZV+LABBXL5PgkMl+5jK3ljfbWmcLqtN7CQ2vio/Hrg3T6IKk/vf2/9hnp1imTPDsaFv7D54de/7Sa+w==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.4.2.tgz", + "integrity": "sha512-90jXVOd9h6gi5JXk558M+wnJfaaVN2WegcNOCfiFbWboNaDl6DkRgiY/K1oeqTfYJmq8yM7XPsL99LAvcOPqhw==", "engines": { "node": ">=12.20.0" }, diff --git a/frontend/package.json b/frontend/package.json index a697739d..1fce3df5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -28,7 +28,7 @@ "classnames": "^2.3.2", "date-fns": "^2.30.0", "graphql": "^16.8.0", - "jotai": "^2.4.1", + "jotai": "^2.4.2", "jotai-devtools": "^0.6.2", "jotai-location": "^0.5.1", "jotai-urql": "^0.7.1",