From cefedf80ab0eb92b97b96b4f2bd846b82044f80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 08:57:54 +0000 Subject: [PATCH] build(deps): bump jotai from 2.2.1 to 2.2.2 Bumps [jotai](https://github.com/pmndrs/jotai) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/pmndrs/jotai/releases) - [Commits](https://github.com/pmndrs/jotai/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: jotai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ff6abed5..8d2751fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "framer-motion": "^10.12.18", "graphql": "16.7.1", "i18next": "^23.2.7", - "jotai": "^2.2.1", + "jotai": "^2.2.2", "lodash": "^4.17.21", "next": "^13.4.8", "next-auth": "^4.22.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 58ee10ad..05a30872 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -68,8 +68,8 @@ importers: specifier: ^23.2.7 version: 23.2.7 jotai: - specifier: ^2.2.1 - version: 2.2.1(react@18.2.0) + specifier: ^2.2.2 + version: 2.2.2(react@18.2.0) lodash: specifier: ^4.17.21 version: 4.17.21 @@ -10689,8 +10689,8 @@ packages: /jose@4.14.4: resolution: {integrity: sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==} - /jotai@2.2.1(react@18.2.0): - resolution: {integrity: sha512-Gz4tpbRQy9OiFgBwF9F7TieDn0UTE3C0IFSDuxHjOIvgn2tACH30UKz6p/wIlfoZROXSTCIxEvYEa7Y25WM+8g==} + /jotai@2.2.2(react@18.2.0): + resolution: {integrity: sha512-Cn8hnBg1sc5ppFwEgVGTfMR5WSM0hbAasd/bdAwIwTaum0j3OUPqBSC4tyk3jtB95vicML+RRWgKFOn6gtfN0A==} engines: {node: '>=12.20.0'} peerDependencies: react: '>=17.0.0'