From ccd275385a7fc0e1b8a10b14b0616a36bfc0bb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:03:25 +0000 Subject: [PATCH] build(deps-dev): bump jotai from 2.11.0 to 2.11.1 in /app-src Bumps [jotai](https://github.com/pmndrs/jotai) from 2.11.0 to 2.11.1. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.11.0...v2.11.1) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app-src/package.json | 2 +- app-src/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-src/package.json b/app-src/package.json index 748eb3a..6b69aa9 100644 --- a/app-src/package.json +++ b/app-src/package.json @@ -65,7 +65,7 @@ "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-prettier": "^5.2.2", - "jotai": "^2.11.0", + "jotai": "^2.11.1", "jotai-location": "^0.5.5", "json-server": "^0.17.3", "prettier": "^3.4.2", diff --git a/app-src/yarn.lock b/app-src/yarn.lock index 2f1a8cf..cd2d42b 100644 --- a/app-src/yarn.lock +++ b/app-src/yarn.lock @@ -6903,10 +6903,10 @@ jotai-location@^0.5.5: resolved "https://registry.yarnpkg.com/jotai-location/-/jotai-location-0.5.5.tgz#2b2622da6ee49493bc4d69e5610e2e5d382894ed" integrity sha512-6QW/7W9IJHjhbn7gRgAw4sC30k0/G6JiC4uPlKi8ZPZGYk7R7r9PyMD2eVhL4XSxxag89JxS1iSyr6BIXsB4Sw== -jotai@^2.11.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.11.0.tgz#923f8351e0b2d721036af892c0ae25625049d120" - integrity sha512-zKfoBBD1uDw3rljwHkt0fWuja1B76R7CjznuBO+mSX6jpsO1EBeWNRKpeaQho9yPI/pvCv4recGfgOXGxwPZvQ== +jotai@^2.11.1: + version "2.11.1" + resolved "https://registry.yarnpkg.com/jotai/-/jotai-2.11.1.tgz#9fd12aaba8458783482c77c8d7038d6e974fc679" + integrity sha512-41Su098mpHIX29hF/XOpDb0SqF6EES7+HXfrhuBqVSzRkxX48hD5i8nGsEewWZNAsBWJCTTmuz8M946Ih2PfcQ== js-sha3@0.8.0: version "0.8.0"