diff --git a/package.json b/package.json index 0fb2b12a..394f2eac 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { "@oclif/core": "^2.15.0", - "@salesforce/core": "^5.2.0", + "@salesforce/core": "^5.2.7", "@salesforce/kit": "^3.0.9", "@salesforce/sf-plugins-core": "^3.1.20", "change-case": "^4.1.2", diff --git a/yarn.lock b/yarn.lock index faea1166..f2f559c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -830,10 +830,10 @@ strip-ansi "6.0.1" ts-retry-promise "^0.7.0" -"@salesforce/core@^5.2.0", "@salesforce/core@^5.2.1", "@salesforce/core@^5.2.5": - version "5.2.6" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.6.tgz#e3a563410f46c116fad0b6c999ea47fb7ec96a9c" - integrity sha512-DIUg+RfdnJggbw0YU2mI7JZ7RjqAcWmr/TCUp4VQ9bWQ4T/xAkwnYd3TMle8fPBYVJxGbyvQo22SGcXLBCf7xA== +"@salesforce/core@^5.2.1", "@salesforce/core@^5.2.5", "@salesforce/core@^5.2.7": + version "5.2.7" + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.7.tgz#aa9c3a92e14abe12695e06f326e072d49e2b958c" + integrity sha512-3tRWuPCSx4oTyD00fJUuxhulPMtaEF0BVvNvYcm38Axj/0WeLGOw7CFvoTupmmcCALHJFnxB1Kl20jDvrbB/7w== dependencies: "@salesforce/kit" "^3.0.11" "@salesforce/schemas" "^1.6.0" @@ -852,7 +852,7 @@ pino-pretty "^10.2.0" proper-lockfile "^4.1.2" semver "^7.5.4" - ts-retry-promise "^0.7.0" + ts-retry-promise "^0.7.1" "@salesforce/dev-config@^4.0.1": version "4.0.1" @@ -6742,10 +6742,10 @@ ts-node@^10.0.0, ts-node@^10.8.1, ts-node@^10.9.1: v8-compile-cache-lib "^3.0.1" yn "3.1.1" -ts-retry-promise@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.0.tgz#08f2dcbbf5d2981495841cb63389a268324e8147" - integrity sha512-x6yWZXC4BfXy4UyMweOFvbS1yJ/Y5biSz/mEPiILtJZLrqD3ZxIpzVOGGgifHHdaSe3WxzFRtsRbychI6zofOg== +ts-retry-promise@^0.7.0, ts-retry-promise@^0.7.1: + version "0.7.1" + resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906" + integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ== tsconfig-paths@^3.14.2: version "3.14.2"