From efbde3ab62ea09702f163d691e32ffbb804c89b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:07:08 +0000 Subject: [PATCH] build(deps): bump the jotai group in /frontend with 1 update Bumps the jotai group in /frontend with 1 update: [jotai](https://github.com/pmndrs/jotai). - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.4.3...v2.5.0) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jotai ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",