diff --git a/Tasks/JsonPatch/package.json b/Tasks/JsonPatch/package.json index c8e5d19..2084868 100644 --- a/Tasks/JsonPatch/package.json +++ b/Tasks/JsonPatch/package.json @@ -9,7 +9,7 @@ "fast-json-patch": "2.1.0", "xregexp": "4.2.4", "azure-pipelines-task-lib": "^2.9.3", - "json5": "2.1.0", + "json5": "2.2.2", "shelljs": "0.8.3" } } diff --git a/Tasks/JsonPatch/yarn.lock b/Tasks/JsonPatch/yarn.lock index 4074ac6..65c6ab4 100644 --- a/Tasks/JsonPatch/yarn.lock +++ b/Tasks/JsonPatch/yarn.lock @@ -108,11 +108,10 @@ is-number@^7.0.0: version "7.0.0" resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" -json5@2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850" - dependencies: - minimist "^1.2.0" +json5@2.2.2: + version "2.2.2" + resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.2.tgz#64471c5bdcc564c18f7c1d4df2e2297f2457c5ab" + integrity sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ== jsonfile@^4.0.0: version "4.0.0" @@ -133,11 +132,6 @@ minimatch@3.0.4, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimist@^1.2.0: - version "1.2.5" - resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" - integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - mockery@^1.7.0: version "1.7.0" resolved "https://registry.yarnpkg.com/mockery/-/mockery-1.7.0.tgz#f4ede0d8750c1c9727c272ea2c60629e2c9a1c4f"