Skip to content

Commit f0942e3

Browse files
authored
Merge pull request #436 from salesforcecli/dependabot-npm_and_yarn-salesforce-ts-types-2.0.7
fix(deps): bump @salesforce/ts-types from 2.0.6 to 2.0.7
2 parents 8817bdc + 64eb676 commit f0942e3

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
@@ -9,7 +9,7 @@
99
"@salesforce/core": "^5.2.0",
1010
"@salesforce/kit": "^3.0.9",
1111
"@salesforce/sf-plugins-core": "^3.1.15",
12-
"@salesforce/ts-types": "^2.0.6",
12+
"@salesforce/ts-types": "^2.0.7",
1313
"chalk": "^4",
1414
"handlebars": "^4.7.8",
1515
"tslib": "^2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -992,12 +992,12 @@
992992
chalk "^4"
993993
inquirer "^8.2.5"
994994

995-
"@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.5", "@salesforce/ts-types@^2.0.6":
996-
version "2.0.6"
997-
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.6.tgz#659590ee6ece45213bbdb23c9e244d206a2f912e"
998-
integrity sha512-hGSU3pwZKItAw567cD2hf+nwe4yPVANonb1E28bLVaRjYAI6FmdxjjTxA+wZRrTpTCpjd5TY67Lq2X1X1lY8bA==
995+
"@salesforce/ts-types@^2.0.2", "@salesforce/ts-types@^2.0.5", "@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.7":
996+
version "2.0.7"
997+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.7.tgz#02a6999d0b0e7bcd6c6d8ce621c79fa61af24701"
998+
integrity sha512-8csXgstPuy6QXL3JavkIi/f8DOWHBNCvWeszrFu5sbVlcKO3YqOOCE+rDFGPkrZsYv5OywV6H8kEi877bWOz6Q==
999999
dependencies:
1000-
tslib "^2.6.1"
1000+
tslib "^2.6.2"
10011001

10021002
"@sindresorhus/is@^4.0.0":
10031003
version "4.6.0"
@@ -6700,10 +6700,10 @@ tslib@^1.8.1, tslib@^1.9.0:
67006700
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
67016701
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
67026702

6703-
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.1:
6704-
version "2.6.1"
6705-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.1.tgz#fd8c9a0ff42590b25703c0acb3de3d3f4ede0410"
6706-
integrity sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==
6703+
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
6704+
version "2.6.2"
6705+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
6706+
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
67076707

67086708
tsutils@^3.21.0:
67096709
version "3.21.0"

0 commit comments

Comments
 (0)