From edfb975c7c9d71f184ba400ba42116ffe3045360 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 05:12:24 +0000 Subject: [PATCH] chore(deps): bump jotai from 2.3.0 to 2.3.1 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sites/org/package.json | 2 +- sites/shared/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sites/org/package.json b/sites/org/package.json index 595d24b57bf..e8f77ea410a 100644 --- a/sites/org/package.json +++ b/sites/org/package.json @@ -41,7 +41,7 @@ "daisyui": "3.5.1", "echarts": "5.4.2", "echarts-for-react": "3.0.2", - "jotai": "2.3.0", + "jotai": "2.3.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 4b40360f222..d9a5396b7ac 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.3.0", + "jotai": "2.3.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 cdc46aa853a..747c5ea022f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10288,10 +10288,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.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.3.0.tgz#4bafc98dcae1194ab9ae7c4bf1325a712d73d086" - integrity sha512-EZlZvmqmzl+Wdc6j6gRFUwZW1FME8pb4S8IogDFESvIM+062mmXKQdZUdxXgb8+Kdjz75QTXJT/zX2Gw1Jk0BQ== +jotai@2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.3.1.tgz#0bd43f4c89cf557cfea5414bf3c8b6792202c354" + integrity sha512-pXhx8/MeRUAHbzayerEUf9NHvP+Ba3q9WAvIMjaSwwuSCKEFhb8UW4XuZPC+Bv4u2ufvlyrxIZ+vy5UJ3f8JsQ== js-base64@^2.1.9: version "2.6.4"