From 326b14fcec1df49e7f7d3bb5409309b9389a16e0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 8 Oct 2021 09:24:06 +0000 Subject: [PATCH] chore(deps): pin dependency fast-json-patch to 3.1.0 --- frontend/package.json | 2 +- frontend/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 72495aa7a9..767c382fd6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -83,7 +83,7 @@ "swr": "1.0.1", "typescript": "4.4.3", "web-vitals": "2.1.1", - "fast-json-patch": "^3.1.0" + "fast-json-patch": "3.1.0" }, "jest": { "moduleNameMapper": { diff --git a/frontend/yarn.lock b/frontend/yarn.lock index d1a800ef81..cc8e256b79 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -5787,7 +5787,7 @@ fast-glob@^3.1.1: micromatch "^4.0.2" picomatch "^2.2.1" -fast-json-patch@^3.1.0: +fast-json-patch@3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/fast-json-patch/-/fast-json-patch-3.1.0.tgz#ec8cd9b9c4c564250ec8b9140ef7a55f70acaee6" integrity sha512-IhpytlsVTRndz0hU5t0/MGzS/etxLlfrpG5V5M9mVbuj9TrJLWaMfsox9REM5rkuGX0T+5qjpe8XA1o0gZ42nA==