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==