From b80fdd74804e14c20c076dbf7b01a33eb61af22f Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Sun, 10 Jul 2022 20:20:13 -0700 Subject: [PATCH] Add express as explicit dependency --- functions/package.json | 1 + yarn.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/functions/package.json b/functions/package.json index fe63dc4e..4e5a89f1 100644 --- a/functions/package.json +++ b/functions/package.json @@ -31,6 +31,7 @@ "@tiptap/starter-kit": "2.0.0-beta.190", "firebase-admin": "10.0.0", "firebase-functions": "3.21.2", + "express": "4.18.1", "lodash": "4.17.21", "mailgun-js": "0.22.0", "module-alias": "2.2.2", diff --git a/yarn.lock b/yarn.lock index 019a3dd4..7a828bbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5927,7 +5927,7 @@ execa@^5.0.0: signal-exit "^3.0.3" strip-final-newline "^2.0.0" -express@^4.16.4, express@^4.17.1, express@^4.17.3: +express@4.18.1, express@^4.16.4, express@^4.17.1, express@^4.17.3: version "4.18.1" resolved "https://registry.yarnpkg.com/express/-/express-4.18.1.tgz#7797de8b9c72c857b9cd0e14a5eea80666267caf" integrity sha512-zZBcOX9TfehHQhtupq57OF8lFZ3UZi08Y97dwFCkD8p9d/d2Y3M+ykKcwaMDEL+4qyUolgBDX6AblpR3fL212Q==