From 3260732939cef1875d7b5f47d9c109dca766c36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:31:03 +0000 Subject: [PATCH] Bump jotai from 2.6.0 to 2.9.3 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.6.0 to 2.9.3. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.6.0...v2.9.3) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 061d3ded0..c9959ae9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "i18next-http-backend": "2.5.2", "immer": "9.0.16", "is-hotkey": "0.2.0", - "jotai": "2.6.0", + "jotai": "2.9.3", "linkify-react": "4.1.3", "linkifyjs": "4.1.3", "matrix-js-sdk": "29.1.0", @@ -6693,9 +6693,9 @@ "integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==" }, "node_modules/jotai": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.6.0.tgz", - "integrity": "sha512-Vt6hsc04Km4j03l+Ax+Sc+FVft5cRJhqgxt6GTz6GM2eM3DyX3CdBdzcG0z2FrlZToL1/0OAkqDghIyARWnSuQ==", + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/jotai/-/jotai-2.9.3.tgz", + "integrity": "sha512-IqMWKoXuEzWSShjd9UhalNsRGbdju5G2FrqNLQJT+Ih6p41VNYe2sav5hnwQx4HJr25jq9wRqvGSWGviGG6Gjw==", "engines": { "node": ">=12.20.0" }, diff --git a/package.json b/package.json index 8c66068bc..70a202f86 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "i18next-http-backend": "2.5.2", "immer": "9.0.16", "is-hotkey": "0.2.0", - "jotai": "2.6.0", + "jotai": "2.9.3", "linkify-react": "4.1.3", "linkifyjs": "4.1.3", "matrix-js-sdk": "29.1.0",