From 3e9989ee1b0f87594959710a59dfc339cde058e2 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Mon, 8 Aug 2022 09:05:17 +0200 Subject: [PATCH] chore: Update Components.js to v5.3.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8853dade5..23c540614 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "arrayify-stream": "^2.0.0", "async-lock": "^1.3.2", "bcryptjs": "^2.4.3", - "componentsjs": "^5.2.0", + "componentsjs": "^5.3.0", "cors": "^2.8.5", "cross-fetch": "^3.1.5", "ejs": "^3.1.8", diff --git a/package.json b/package.json index bc151e5ee..e54901d0a 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "arrayify-stream": "^2.0.0", "async-lock": "^1.3.2", "bcryptjs": "^2.4.3", - "componentsjs": "^5.2.0", + "componentsjs": "^5.3.0", "cors": "^2.8.5", "cross-fetch": "^3.1.5", "ejs": "^3.1.8",