Skip to content

Commit 9122aab

Browse files
fix(deps): bump @salesforce/ts-types from 1.7.2 to 1.7.3
Bumps [@salesforce/ts-types](https://github.com/forcedotcom/ts-types) from 1.7.2 to 1.7.3. - [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.2...1.7.3) --- updated-dependencies: - dependency-name: "@salesforce/ts-types" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 111f3c0 commit 9122aab

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@salesforce/core": "^3.32.11",
1111
"@salesforce/kit": "^1.8.0",
1212
"@salesforce/sf-plugins-core": "^2.0.1",
13-
"@salesforce/ts-types": "^1.7.2",
13+
"@salesforce/ts-types": "^1.7.3",
1414
"tslib": "^2"
1515
},
1616
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,12 +1227,12 @@
12271227
sinon "^5.1.1"
12281228
tslib "^2.2.0"
12291229

1230-
"@salesforce/ts-types@^1.7.1", "@salesforce/ts-types@^1.7.2":
1231-
version "1.7.2"
1232-
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.2.tgz#ab40399d291c7eca57efc9890daf2fa2632197ec"
1233-
integrity sha512-eCpWKEb03UCKBJ6Svp0Vwcwt+fG6BQbopO4x5wt6CYeT8Rjt0dbDQicZPmVL59j2qyt3Q4Y4EYsxXUGZmdfvDw==
1230+
"@salesforce/ts-types@^1.7.1", "@salesforce/ts-types@^1.7.2", "@salesforce/ts-types@^1.7.3":
1231+
version "1.7.3"
1232+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.7.3.tgz#89b79ff0aaa55fea9f2de0afa8e515be3e17d0d8"
1233+
integrity sha512-jpmekGqZ7tpHRJwf1rF0yBJ/IMC5mOrryNi4HZkKuNQn8RF97WpynmL8Om04mLTCESvCiif3y7NWfIcxtID2Gw==
12341234
dependencies:
1235-
tslib "^2.4.1"
1235+
tslib "^2.5.0"
12361236

12371237
"@sindresorhus/is@^4.0.0":
12381238
version "4.6.0"
@@ -7378,12 +7378,7 @@ tslib@^1.8.1, tslib@^1.9.0:
73787378
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
73797379
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
73807380

7381-
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.1:
7382-
version "2.4.1"
7383-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
7384-
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
7385-
7386-
tslib@^2.5.0:
7381+
tslib@^2, tslib@^2.0.0, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3.1, tslib@^2.4.1, tslib@^2.5.0:
73877382
version "2.5.0"
73887383
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
73897384
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

0 commit comments

Comments
 (0)