diff --git a/config/dependencies.yaml b/config/dependencies.yaml index 19bf78d54a2..39ba14058bf 100644 --- a/config/dependencies.yaml +++ b/config/dependencies.yaml @@ -314,7 +314,7 @@ org: 'daisyui': *daisyui 'echarts': 5.4.2 'echarts-for-react': 3.0.2 - 'jotai': &jotai '2.4.0' + 'jotai': &jotai '2.4.1' 'jotai-location': &jotai-location '0.5.1' 'lodash.get': *_get 'lodash.orderby': *_orderby diff --git a/sites/org/package.json b/sites/org/package.json index ad431800141..063a4f912ae 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -40,7 +40,7 @@ "daisyui": "3.6.4", "echarts": "5.4.2", "echarts-for-react": "3.0.2", - "jotai": "2.4.0", + "jotai": "2.4.1", "jotai-location": "0.5.1", "lodash.get": "4.4.2", "lodash.orderby": "4.6.0", diff --git a/sites/shared/package.json b/sites/shared/package.json index 6e2da8a67d5..59873f70621 100644 --- a/sites/shared/package.json +++ b/sites/shared/package.json @@ -30,7 +30,7 @@ "front-matter": "4.0.2", "highlight.js": "11.8.0", "github-slugger": "2.0.0", - "jotai": "2.4.0", + "jotai": "2.4.1", "jotai-location": "0.5.1", "lodash.clonedeep": "4.5.0", "lodash.debounce": "^4.0.8", diff --git a/yarn.lock b/yarn.lock index 239b552741f..86f334de1b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8335,10 +8335,10 @@ jotai-location@0.5.1: resolved "https://registry.yarnpkg.com/jotai-location/-/jotai-location-0.5.1.tgz#1a08b683cd7823ce57f7fef8b98335f1ce5c7105" integrity sha512-6b34X6PpUaXmHCcyxdMFUHgRLUEp+SFHq9UxHbg5HxHC1LddVyVZbPJI+P15+SOQJcUTH3KrsIeKmeLko+Vw/A== -jotai@2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.4.0.tgz#3f0b30fa54dfb4b4bb22141264512bccca5f5149" - integrity sha512-NUHJdAJe3C8Prf0DD6EzezCATjkNvfCNI7pgkaX7bCPPsqE0oK8L9RzZsEhz/UxFoGRayXwacTvAli0VEYKkqQ== +jotai@2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.4.1.tgz#16f469f0a50f5fc34bcf033dffcaa582a10089d0" + integrity sha512-S4CTLpsZV+LABBXL5PgkMl+5jK3ljfbWmcLqtN7CQ2vio/Hrg3T6IKk/vf2/9hnp1imTPDsaFv7D54de/7Sa+w== js-base64@^2.1.9: version "2.6.4"