diff --git a/package.json b/package.json index 79de41129..3eb50f4af 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "remark-gfm": "3.0.1", "server-only": "0.0.1", "sharp": "0.32.4", - "swr": "2.2.0", + "swr": "2.2.1", "validator": "13.11.0" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e78877e7f..b9fe28615 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ dependencies: specifier: 0.32.4 version: 0.32.4 swr: - specifier: 2.2.0 - version: 2.2.0(react@18.2.0) + specifier: 2.2.1 + version: 2.2.1(react@18.2.0) validator: specifier: 13.11.0 version: 13.11.0 @@ -5163,11 +5163,12 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /swr@2.2.0(react@18.2.0): - resolution: {integrity: sha512-AjqHOv2lAhkuUdIiBu9xbuettzAzWXmCEcLONNKJRba87WAefz8Ca9d6ds/SzrPc235n1IxWYdhJ2zF3MNUaoQ==} + /swr@2.2.1(react@18.2.0): + resolution: {integrity: sha512-KJVA7dGtOBeZ+2sycEuzUfVIP5lZ/cd0xjevv85n2YG0x1uHJQicjAtahVZL6xG3+TjqhbBqimwYzVo3saeVXQ==} peerDependencies: react: ^16.11.0 || ^17.0.0 || ^18.0.0 dependencies: + client-only: 0.0.1 react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) dev: false