From 3e8ff2aad482d656355ec5325313a98999f8921e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Sep 2024 03:44:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 197427ce416..d920b53f3dc 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "intl-messageformat": "1.3.0", "jsonpath": "0.2.7", "knex": "0.12.5", - "knex-migrator": "0.2.0", + "knex-migrator": "3.1.7", "lodash": "4.17.2", "mobiledoc-html-renderer": "0.3.0", "moment": "2.17.0",