Skip to content

Commit 0ee6ca2

Browse files
fix(deps): bump @salesforce/kit from 1.8.4 to 1.8.5 (#857)
Bumps [@salesforce/kit](https://github.com/forcedotcom/kit) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/forcedotcom/kit/releases) - [Changelog](https://github.com/forcedotcom/kit/blob/main/CHANGELOG.md) - [Commits](forcedotcom/kit@1.8.4...1.8.5) --- updated-dependencies: - dependency-name: "@salesforce/kit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a471d2 commit 0ee6ca2

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@salesforce/core": "^3.33.1",
29-
"@salesforce/kit": "^1.8.4",
29+
"@salesforce/kit": "^1.8.5",
3030
"@salesforce/ts-types": "^1.7.2",
3131
"archiver": "^5.3.1",
3232
"fast-xml-parser": "^3.21.1",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -746,12 +746,12 @@
746746
typedoc-plugin-missing-exports "0.23.0"
747747
typescript "^4.1.3"
748748

749-
"@salesforce/kit@^1.8.0", "@salesforce/kit@^1.8.4":
750-
version "1.8.4"
751-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.8.4.tgz#19918938d5f89ecb4e78a363b38605a529bcd7d4"
752-
integrity sha512-H2KWT2soWEDf+QbcMLYBNt2iHEEDIihxoWufphu8FGySiAibEZcl2SPZJ87nbUW/Yu+dLqPEKTUZxvDEx7t3UQ==
749+
"@salesforce/kit@^1.8.0", "@salesforce/kit@^1.8.5":
750+
version "1.8.5"
751+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.8.5.tgz#3dcda46e7216363f8703c1c1d3b4dc5d80c1b4d3"
752+
integrity sha512-py5M1PI5tWy/au/1tJ6qQBv7pHX3B4APqsNxg7yx/s2jbERUD6QNwcmWAayuRpZVVnFXBShBYROFZCojuNJwMA==
753753
dependencies:
754-
"@salesforce/ts-types" "^1.7.2"
754+
"@salesforce/ts-types" "^1.7.3"
755755
shx "^0.3.3"
756756
tslib "^2.5.0"
757757

@@ -774,12 +774,12 @@
774774
sinon "^5.1.1"
775775
tslib "^2.2.0"
776776

777-
"@salesforce/ts-types@^1.7.1", "@salesforce/ts-types@^1.7.2":
778-
version "1.7.2"
779-
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.2.tgz#ab40399d291c7eca57efc9890daf2fa2632197ec"
780-
integrity sha512-eCpWKEb03UCKBJ6Svp0Vwcwt+fG6BQbopO4x5wt6CYeT8Rjt0dbDQicZPmVL59j2qyt3Q4Y4EYsxXUGZmdfvDw==
777+
"@salesforce/ts-types@^1.7.1", "@salesforce/ts-types@^1.7.2", "@salesforce/ts-types@^1.7.3":
778+
version "1.7.3"
779+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.3.tgz#89b79ff0aaa55fea9f2de0afa8e515be3e17d0d8"
780+
integrity sha512-jpmekGqZ7tpHRJwf1rF0yBJ/IMC5mOrryNi4HZkKuNQn8RF97WpynmL8Om04mLTCESvCiif3y7NWfIcxtID2Gw==
781781
dependencies:
782-
tslib "^2.4.1"
782+
tslib "^2.5.0"
783783

784784
"@sindresorhus/is@^4.0.0":
785785
version "4.6.0"
@@ -5876,7 +5876,7 @@ tslib@^1.8.1, tslib@^1.9.0:
58765876
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
58775877
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
58785878

5879-
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.1, tslib@^2.5.0:
5879+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.5.0:
58805880
version "2.5.0"
58815881
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
58825882
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

0 commit comments

Comments
 (0)