Skip to content

Commit 24e6c4f

Browse files
fix(deps): bump @salesforce/kit from 3.2.0 to 3.2.1
Bumps [@salesforce/kit](https://github.com/forcedotcom/kit) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/forcedotcom/kit/releases) - [Changelog](https://github.com/forcedotcom/kit/blob/main/CHANGELOG.md) - [Commits](forcedotcom/kit@3.2.0...3.2.1) --- updated-dependencies: - dependency-name: "@salesforce/kit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1aba417 commit 24e6c4f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@oclif/core": "^4",
1010
"@salesforce/core": "^8.2.7",
11-
"@salesforce/kit": "^3.1.6",
11+
"@salesforce/kit": "^3.2.1",
1212
"@salesforce/sf-plugins-core": "^11.2.4",
1313
"@salesforce/ts-types": "^2.0.11",
1414
"chalk": "^5.3.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,12 +1378,12 @@
13781378
typescript "^5.5.4"
13791379
wireit "^0.14.5"
13801380

1381-
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.0":
1382-
version "3.2.0"
1383-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.0.tgz#49207c8a5faeb4504e43efb290df84dda137bb0c"
1384-
integrity sha512-j9wZr9Pv+kuclMU34z0Jyu0sB6/wEhv5H6l5fwl+cXD18xmruy/Gftfv64LwdUlOxIZDFRISDqfEZ+UfE3dB+A==
1381+
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.0", "@salesforce/kit@^3.2.1":
1382+
version "3.2.1"
1383+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.1.tgz#3de2c9ff52710a169fc887716d97c00d26065c56"
1384+
integrity sha512-LrZH2F06XPLUTMXC3av6A0VDAJykUqRtYB6tTjAKzwS1gCnp6BEn6VyjZNg0Fg/Kfp6OTrMxiIgbUFsNehEV7A==
13851385
dependencies:
1386-
"@salesforce/ts-types" "^2.0.11"
1386+
"@salesforce/ts-types" "^2.0.12"
13871387

13881388
"@salesforce/plugin-auth@^3.6.42":
13891389
version "3.6.42"
@@ -1456,7 +1456,7 @@
14561456
string-width "^7.2.0"
14571457
terminal-link "^3.0.0"
14581458

1459-
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11":
1459+
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
14601460
version "2.0.12"
14611461
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
14621462
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==

0 commit comments

Comments
 (0)