Skip to content

Commit 62be695

Browse files
fix(deps): bump @salesforce/ts-types from 1.7.0 to 1.7.1 (#764)
Bumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/forcedotcom/ts-types/releases) - [Changelog](https://github.com/forcedotcom/ts-types/blob/main/CHANGELOG.md) - [Commits](forcedotcom/ts-types@1.7.0...1.7.1) --- updated-dependencies: - dependency-name: "@salesforce/ts-types" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6d86cca commit 62be695

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dependencies": {
2828
"@salesforce/core": "^3.31.17",
2929
"@salesforce/kit": "^1.7.0",
30-
"@salesforce/ts-types": "^1.7.0",
30+
"@salesforce/ts-types": "^1.7.1",
3131
"archiver": "^5.3.1",
3232
"fast-xml-parser": "^3.21.1",
3333
"got": "^11.8.5",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -768,12 +768,12 @@
768768
sinon "^5.1.1"
769769
tslib "^2.2.0"
770770

771-
"@salesforce/ts-types@^1.5.21", "@salesforce/ts-types@^1.7.0":
772-
version "1.7.0"
773-
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.0.tgz#0ec743b324a0d39b13ac681132042742e9a43d0f"
774-
integrity sha512-8bLGBZCk7T/tkfXP66r5Pkhn3CjfNQIOy6B0Z1rvam5RgqWtYYcubF7eSLSj7bop/q7tA8+R6bNJmjATX6hTqA==
771+
"@salesforce/ts-types@^1.5.21", "@salesforce/ts-types@^1.7.1":
772+
version "1.7.1"
773+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.1.tgz#86b0d0c3bfd5c9b1752662a019a3d2f3bc8ff118"
774+
integrity sha512-jwZb8fYxbOmEckoJTxG2+5ZEJNJOFxmRJ/FioPnSu4IMFzpK3QbyujfqpHwLfPKHq0xlKRMx+F8QAVVKI/PA4w==
775775
dependencies:
776-
tslib "^2.2.0"
776+
tslib "^2.4.1"
777777

778778
"@sindresorhus/is@^4.0.0":
779779
version "4.6.0"
@@ -6633,10 +6633,10 @@ tslib@^1.8.1, tslib@^1.9.0:
66336633
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
66346634
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
66356635

6636-
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.2.0, tslib@^2.3.1:
6637-
version "2.4.0"
6638-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
6639-
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
6636+
tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.1:
6637+
version "2.4.1"
6638+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
6639+
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
66406640

66416641
tsutils@^3.21.0:
66426642
version "3.21.0"

0 commit comments

Comments
 (0)