From b10f1ec8f085b19f3e77195fceee5aaff5b3f6d7 Mon Sep 17 00:00:00 2001 From: Sunil Pai Date: Wed, 16 Feb 2022 12:23:29 +0000 Subject: [PATCH] chore: update package-lock.json (#476) Just ran `npm install` at the root and these changes happened. Seems harmless, landing. --- package-lock.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index bd72ee7c283f..92febea31da5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16849,6 +16849,7 @@ } }, "packages/workers-chat-demo": { + "name": "edge-chat-demo", "version": "1.0.0" }, "packages/wrangler": { @@ -27714,7 +27715,7 @@ "@sentry/cli": "^1.71.0", "@sentry/integrations": "^6.17.6", "@sentry/node": "^6.17.6", - "@types/command-exists": "*", + "@types/command-exists": "^1.2.0", "@types/estree": "^0.0.50", "@types/mime": "^2.0.3", "@types/prompts": "^2.0.14",