From 93099f4c0c1869f5f44272aad41ee39a1569b2df Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Feb 2026 12:28:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSONPATH-15134429 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d5f569c602..c1b1aa2145f 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "image-size": "0.6.1", "intl": "1.2.5", "intl-messageformat": "1.3.0", - "jsonpath": "0.2.12", + "jsonpath": "1.2.0", "knex": "0.12.9", "knex-migrator": "2.1.6", "lodash": "4.17.4",