From 28710e2d576fb3940f56c238ff555b5fd0de588d Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 16 Feb 2024 18:09:32 +0200 Subject: [PATCH] Updated object-path to 0.11.8 --- frontend/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index ea96a8498..ba51f92a1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "moment": "^2.26.0", "moment-timezone": "^0.5.31", "notistack": "^0.9.16", - "object-path": "^0.11.5", + "object-path": "^0.11.8", "pdf-lib": "^1.17.1", "qrcode.react": "^1.0.0", "react": "16.13.1", diff --git a/package.json b/package.json index 0a6d56c25..dc715b196 100644 --- a/package.json +++ b/package.json @@ -71,4 +71,4 @@ "npm": "6.9.0" }, "type": "module" -} \ No newline at end of file +}