Skip to content

Commit 09046b4

Browse files
authored
Merge pull request #441 from salesforcecli/dependabot-npm_and_yarn-salesforce-ts-types-1.7.3
fix(deps): bump @salesforce/ts-types from 1.7.2 to 1.7.3
2 parents c17eb7c + 9122aab commit 09046b4

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"
@@ -7380,12 +7380,7 @@ tslib@^1.8.1, tslib@^1.9.0:
73807380
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
73817381
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
73827382

7383-
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:
7384-
version "2.4.1"
7385-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.1.tgz#0d0bfbaac2880b91e22df0768e55be9753a5b17e"
7386-
integrity sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==
7387-
7388-
tslib@^2.5.0:
7383+
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:
73897384
version "2.5.0"
73907385
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.0.tgz#42bfed86f5787aeb41d031866c8f402429e0fddf"
73917386
integrity sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==

0 commit comments

Comments
 (0)