Skip to content

Commit 09a0008

Browse files
author
SF-CLI-BOT
authored
Merge pull request #185 from salesforcecli/dependabot-npm_and_yarn-salesforce-ts-sinon-1.3.18
chore(deps-dev): bump @salesforce/ts-sinon from 1.3.12 to 1.3.18
2 parents bc6dce8 + c102930 commit 09a0008

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@salesforce/dev-scripts": "^0.9.11",
4242
"@salesforce/plugin-command-reference": "^1.3.0",
4343
"@salesforce/prettier-config": "^0.0.2",
44-
"@salesforce/ts-sinon": "1.3.12",
44+
"@salesforce/ts-sinon": "1.3.18",
4545
"@types/conventional-changelog-preset-loader": "^2.3.1",
4646
"@types/conventional-commits-parser": "^3.0.1",
4747
"@types/graceful-fs": "^4.1.5",

yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -740,16 +740,16 @@
740740
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.1.0.tgz#bbf94a11ee036f2b0ec6ba82306cd9565a6ba26b"
741741
integrity sha512-6D7DvE6nFxpLyyTnrOIbbAeCJw2r/EpinFAcMh6gU0gA/CGfSbwV/8uR3uHLYL2zCyCZLH8jJ4dZ3BzCMqc+Eg==
742742

743-
"@salesforce/ts-sinon@1.3.12":
744-
version "1.3.12"
745-
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.3.12.tgz#a16553a5d99bba66a01114a905c370f6d7b45b64"
746-
integrity sha512-tHRVCUsnF5tC183TmeJRHaB5FbXXgKoWLE6B9v49voHRTK7NaAykhSoPtPJwY1rRxYKdYAL/PwCoViTf2MRNfw==
743+
"@salesforce/ts-sinon@1.3.18":
744+
version "1.3.18"
745+
resolved "https://registry.yarnpkg.com/@salesforce/ts-sinon/-/ts-sinon-1.3.18.tgz#e8706100ece4cfdf02e6fb2745818b030dfe4b2e"
746+
integrity sha512-Gu2yNN3OIRN//fzA5tl5FBzGguN/cgE36LW9qpVc9dX5xvT7A1EndbjCsMjIZG878W7Ea2pemCv1I/260QwBaw==
747747
dependencies:
748-
"@salesforce/ts-types" "^1.5.12"
749-
sinon "5.1.1"
750-
tslib "^1.10.0"
748+
"@salesforce/ts-types" "^1.5.17"
749+
sinon "^5.1.1"
750+
tslib "^2.2.0"
751751

752-
"@salesforce/ts-types@^1.2.0", "@salesforce/ts-types@^1.4.3", "@salesforce/ts-types@^1.5.12", "@salesforce/ts-types@^1.5.13", "@salesforce/ts-types@^1.5.5":
752+
"@salesforce/ts-types@^1.2.0", "@salesforce/ts-types@^1.4.3", "@salesforce/ts-types@^1.5.13", "@salesforce/ts-types@^1.5.17", "@salesforce/ts-types@^1.5.5":
753753
version "1.5.17"
754754
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-1.5.17.tgz#d69e92dfa716638d84b244a2611be80fb7986024"
755755
integrity sha512-zyF1+4EacGsIWtfntbq7PvxjB2XABz33RzKfOhot15JC4tFiQaSFPtNb8d6hj7BkQSjo2Zs3qEeLJwRFcpaEIQ==
@@ -6116,19 +6116,6 @@ sinon@10.0.0:
61166116
nise "^4.1.0"
61176117
supports-color "^7.1.0"
61186118

6119-
sinon@5.1.1:
6120-
version "5.1.1"
6121-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.1.1.tgz#19c59810ffb733ea6e76a28b94a71fc4c2f523b8"
6122-
integrity sha512-h/3uHscbt5pQNxkf7Y/Lb9/OM44YNCicHakcq73ncbrIS8lXg+ZGOZbtuU+/km4YnyiCYfQQEwANaReJz7KDfw==
6123-
dependencies:
6124-
"@sinonjs/formatio" "^2.0.0"
6125-
diff "^3.5.0"
6126-
lodash.get "^4.4.2"
6127-
lolex "^2.4.2"
6128-
nise "^1.3.3"
6129-
supports-color "^5.4.0"
6130-
type-detect "^4.0.8"
6131-
61326119
sinon@^10.0.0:
61336120
version "10.0.1"
61346121
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.1.tgz#0d1a13ecb86f658d15984f84273e57745b1f4c57"
@@ -6153,6 +6140,19 @@ sinon@^11.1.1:
61536140
nise "^5.1.0"
61546141
supports-color "^7.2.0"
61556142

6143+
sinon@^5.1.1:
6144+
version "5.1.1"
6145+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-5.1.1.tgz#19c59810ffb733ea6e76a28b94a71fc4c2f523b8"
6146+
integrity sha512-h/3uHscbt5pQNxkf7Y/Lb9/OM44YNCicHakcq73ncbrIS8lXg+ZGOZbtuU+/km4YnyiCYfQQEwANaReJz7KDfw==
6147+
dependencies:
6148+
"@sinonjs/formatio" "^2.0.0"
6149+
diff "^3.5.0"
6150+
lodash.get "^4.4.2"
6151+
lolex "^2.4.2"
6152+
nise "^1.3.3"
6153+
supports-color "^5.4.0"
6154+
type-detect "^4.0.8"
6155+
61566156
slash@^3.0.0:
61576157
version "3.0.0"
61586158
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
@@ -6714,7 +6714,7 @@ tsconfig-paths@^3.9.0:
67146714
minimist "^1.2.0"
67156715
strip-bom "^3.0.0"
67166716

6717-
tslib@^1, tslib@^1.10.0, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
6717+
tslib@^1, tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
67186718
version "1.14.1"
67196719
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
67206720
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

0 commit comments

Comments
 (0)