diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f7238d2..f103d2c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ devDependencies: version: 1.37.1 '@types/node': specifier: ^20.5.7 - version: 20.5.7 + version: 20.19.43 packages: @@ -24,14 +24,16 @@ packages: engines: {node: '>=16'} hasBin: true dependencies: - '@types/node': 20.5.7 + '@types/node': 20.19.43 playwright-core: 1.37.1 optionalDependencies: fsevents: 2.3.2 dev: true - /@types/node@20.5.7: - resolution: {integrity: sha512-dP7f3LdZIysZnmvP3ANJYTSwg+wLLl8p7RqniVlV7j+oXSXAbt9h0WIBFmJy5inWZoX9wZN6eXx+YXd9Rh3RBA==} + /@types/node@20.19.43: + resolution: {integrity: sha512-6oYBAi5ikg4Pl+kGsoYtawUMBT2zZMCvPNF7pVLnHZfd1zf38DRiWn/gT01RYCdUqkv7Fhr+C9ot4/tb+2sVvA==} + dependencies: + undici-types: 6.21.0 dev: true /dotenv@16.0.3: @@ -52,3 +54,7 @@ packages: engines: {node: '>=16'} hasBin: true dev: true + + /undici-types@6.21.0: + resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} + dev: true