diff --git a/package.json b/package.json index 2a90a8b..d246d60 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@oclif/plugin-command-snapshot": "^4.0.14", - "@salesforce/cli-plugins-testkit": "^4.4.3", + "@salesforce/cli-plugins-testkit": "^4.4.6", "@salesforce/dev-config": "^4.0.1", "@salesforce/dev-scripts": "^5.4.3", "@salesforce/plugin-command-reference": "^3.0.36", diff --git a/yarn.lock b/yarn.lock index 8afff70..be30bf6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -866,22 +866,22 @@ dependencies: "@octokit/openapi-types" "^12.11.0" -"@salesforce/cli-plugins-testkit@^4.4.3": - version "4.4.3" - resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.3.tgz#8906be42a7d4726a05b7abdad6df761104ff6c3e" - integrity sha512-Km5OIELpFYOzIpfGLII8GZd9srPbJ5h3rNiV9tK/rIJaz+cdAzE1S3ce90bxZKduCMHg3DJlq6Xhcj596vpsRQ== +"@salesforce/cli-plugins-testkit@^4.4.6": + version "4.4.6" + resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-4.4.6.tgz#cb88bd063a227d3738093d50381e6e0f0053e7b5" + integrity sha512-qXUekfQuUZ9XDwe2+mAaw2IGqLK6mj/afCYBKanEi6jkC4+tvybMlZwfaoGSQqtOXap6aTwoTtVFvYv9cR+kUA== dependencies: - "@salesforce/core" "^5.2.10" - "@salesforce/kit" "^3.0.12" + "@salesforce/core" "^5.3.1" + "@salesforce/kit" "^3.0.13" "@salesforce/ts-types" "^2.0.6" - "@types/shelljs" "^0.8.12" + "@types/shelljs" "^0.8.13" debug "^4.3.1" jszip "^3.10.1" shelljs "^0.8.4" strip-ansi "6.0.1" ts-retry-promise "^0.7.1" -"@salesforce/core@^5.2.10", "@salesforce/core@^5.2.9", "@salesforce/core@^5.3.5": +"@salesforce/core@^5.2.10", "@salesforce/core@^5.2.9", "@salesforce/core@^5.3.1", "@salesforce/core@^5.3.5": version "5.3.5" resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.5.tgz#0e662420998c56abcf341fc496c6fd1d4e543a34" integrity sha512-XqlUBBBfDLHeM6MOZP5GFK7vNoES8C7bTXe3y0KbZ/tWzBq4vl9KIpSsyYvsHwjb4AmUDgx0SJhH60dPVqYJzg== @@ -949,7 +949,7 @@ typescript "^4.9.5" wireit "^0.9.5" -"@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.9": +"@salesforce/kit@^3.0.11", "@salesforce/kit@^3.0.12", "@salesforce/kit@^3.0.13", "@salesforce/kit@^3.0.9": version "3.0.13" resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163" integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw== @@ -1306,10 +1306,10 @@ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04" integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw== -"@types/shelljs@^0.8.12": - version "0.8.12" - resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.12.tgz#79dc9632af7d5ca1b5afb65a6bfc1422d79b5fa0" - integrity sha512-ZA8U81/gldY+rR5zl/7HSHrG2KDfEb3lzG6uCUDhW1DTQE9yC/VBQ45fXnXq8f3CgInfhZmjtdu/WOUlrXRQUg== +"@types/shelljs@^0.8.13": + version "0.8.13" + resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.13.tgz#a94bf7f2b82b7cd9f4496bbe063c3adb0868a650" + integrity sha512-++uMLOQSLlse1kCfEOwhgmHuaABZwinkylmUKCpvcEGZUov3TtM+gJZloSkW/W+9pEAEg/VBOwiSR05oqJsa5A== dependencies: "@types/glob" "~7.2.0" "@types/node" "*"