diff --git a/package.json b/package.json index 5a3fa6e..ac12f6e 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@prisma/client": "5.0.0", - "nanostores": "0.9.3", + "nanostores": "0.11.3", "node-fetch": "3.3.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7fc0c6b..7473a35 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: 5.0.0 version: 5.0.0(prisma@5.0.0) nanostores: - specifier: 0.9.3 - version: 0.9.3 + specifier: 0.11.3 + version: 0.11.3 node-fetch: specifier: 3.3.1 version: 3.3.1 @@ -2181,6 +2181,7 @@ packages: /glob@7.1.6: resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} + deprecated: Glob versions prior to v9 are no longer supported dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -2334,6 +2335,7 @@ packages: /inflight@1.0.6: resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. dependencies: once: 1.4.0 wrappy: 1.0.2 @@ -3047,9 +3049,9 @@ packages: hasBin: true dev: true - /nanostores@0.9.3: - resolution: {integrity: sha512-KobZjcVyNndNrb5DAjfs0WG0lRcZu5Q1BOrfTOxokFLi25zFrWPjg+joXC6kuDqNfSt9fQwppyjUBkRPtsL+8w==} - engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} + /nanostores@0.11.3: + resolution: {integrity: sha512-TUes3xKIX33re4QzdxwZ6tdbodjmn3tWXCEc1uokiEmo14sI1EaGYNs2k3bU2pyyGNmBqFGAVl6jAGWd06AVIg==} + engines: {node: ^18.0.0 || >=20.0.0} dev: false /network-information-types@0.1.1(typescript@5.1.6):