diff --git a/package.json b/package.json index c1928ba010..677b6b4e5c 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,7 @@ "json-schema-serializer": "1.0.1", "ts-brand-json": "0.1.1", "rxjs": "6", + "fast-deep-equal": "3.1.3", "tslib": "2" }, "devDependencies": { @@ -53,7 +54,6 @@ "@semantic-release/npm": "^7.0.5", "@types/jest": "^26.0.13", "benchmark": "^2.1.4", - "fast-deep-equal": "^3.1.3", "fast-json-patch": "^3.0.0-1", "husky": "^4.2.5", "jest": "^26.4.2", diff --git a/yarn.lock b/yarn.lock index 4e93d95dfa..5ffe90d2b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2390,7 +2390,7 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: +fast-deep-equal@3.1.3, fast-deep-equal@^3.1.1: version "3.1.3" resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525" integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==