diff --git a/packages/utils-json/package.json b/packages/utils-json/package.json index 84d89a20806..b51fbb44204 100644 --- a/packages/utils-json/package.json +++ b/packages/utils-json/package.json @@ -13,8 +13,7 @@ "@hint/utils-network": "^1.0.27", "@hint/utils-types": "^1.2.1", "ajv": "^8.12.0", - "ajv-formats": "^2.1.1", - "jsonc-parser": "^3.3.1", + "lodash": "^4.17.21" }, "description": "utils for JSON", diff --git a/yarn.lock b/yarn.lock index 21e4f79f284..a57310f7fed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1783,10 +1783,10 @@ aggregate-error@^4.0.0: clean-stack "^4.0.0" indent-string "^5.0.0" -ajv-formats@^2.1.1: - version "2.1.1" - resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-2.1.1.tgz#6e669400659eb74973bbf2e33327180a0996b520" - integrity sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== +ajv-formats@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/ajv-formats/-/ajv-formats-3.0.1.tgz#3d5dc762bca17679c3c2ea7e90ad6b7532309578" + integrity sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ== dependencies: ajv "^8.0.0"