From dbbe637cfe1e72382fb46825f63322e599a3abc2 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Thu, 11 Apr 2024 16:01:45 +0800 Subject: [PATCH] Remove nanoid from pnpm-lock.yaml The nanoid package was deleted from the pnpm-lock.yaml file as it is not needed anymore. This commit also updates the status of the dev flag for the package natural-compare@1.4.0. --- pnpm-lock.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 00e6772c5..f6888e57a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -41,9 +41,6 @@ importers: '@types/node': specifier: ^20.12.7 version: 20.12.7 - nanoid: - specifier: ^5.0.7 - version: 5.0.7 node-html-parser: specifier: ^6.1.13 version: 6.1.13 @@ -11207,6 +11204,7 @@ packages: resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==} engines: {node: ^18 || >=20} hasBin: true + dev: false /natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}