From 98b705c7ca6361fa7a879fce1c1b614c4d747d9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 06:57:25 +0000 Subject: [PATCH] fix(deps): bump @salesforce/kit from 1.9.0 to 1.9.2 Bumps [@salesforce/kit](https://github.com/forcedotcom/kit) from 1.9.0 to 1.9.2. - [Release notes](https://github.com/forcedotcom/kit/releases) - [Changelog](https://github.com/forcedotcom/kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/forcedotcom/kit/compare/1.9.0...1.9.2) --- updated-dependencies: - dependency-name: "@salesforce/kit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a7c51ec2..ea5634b5 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ ], "dependencies": { "@salesforce/core": "^3.33.6", - "@salesforce/kit": "^1.9.0", + "@salesforce/kit": "^1.9.2", "@salesforce/ts-types": "^1.7.3", "@types/shelljs": "^0.8.11", "archiver": "^5.2.0", diff --git a/yarn.lock b/yarn.lock index c6ec9930..2f647dc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -908,10 +908,10 @@ typescript "^4.1.3" wireit "^0.9.5" -"@salesforce/kit@^1.9.0": - version "1.9.0" - resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.9.0.tgz#ddc179ff588b68f3e8f5c237ab74ed4b9c8d5274" - integrity sha512-a1DnVf2ZN/fZ4Zq0T6pxrDpwOyWSKt6Es1erpUJLvM13H+Y3C4uxSUy4aS4WSHIJA8zvWvvEiWYOV17TD0Dmug== +"@salesforce/kit@^1.9.0", "@salesforce/kit@^1.9.2": + version "1.9.2" + resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.9.2.tgz#d232f135428363cdfe2649cb99a94bc2eb0a12fd" + integrity sha512-kjZvjFNP6njhAiEa/ErdLXSDWZKafHYJyKCKz1wnSFmDM8TOpKHCCVw5cQo87ZQr8OqxqwUDIAlSBLyMzKi4Lg== dependencies: "@salesforce/ts-types" "^1.7.3" shx "^0.3.3"