Skip to content

Commit eef2469

Browse files
authored
Merge pull request #732 from salesforcecli/dependabot-npm_and_yarn-oclif-plugin-command-snapshot-4.0.6
chore(dev-deps): bump @oclif/plugin-command-snapshot from 4.0.5 to 4.0.6
2 parents 93e90ad + 74f4538 commit eef2469

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
@@ -15,7 +15,7 @@
1515
"tslib": "^2"
1616
},
1717
"devDependencies": {
18-
"@oclif/plugin-command-snapshot": "^4.0.5",
18+
"@oclif/plugin-command-snapshot": "^4.0.6",
1919
"@salesforce/cli-plugins-testkit": "^4.1.1",
2020
"@salesforce/dev-config": "^4.0.1",
2121
"@salesforce/dev-scripts": "^5.4.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -721,18 +721,18 @@
721721
wordwrap "^1.0.0"
722722
wrap-ansi "^7.0.0"
723723

724-
"@oclif/plugin-command-snapshot@^4.0.5":
725-
version "4.0.5"
726-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.5.tgz#04365afc5692b024d7a4d4444ec276023a03efdc"
727-
integrity sha512-j/oEX/fQISLynLiolUH/STJm5cbQ05XdhHAgWAjMQrwwyGMeTSBV5N/hhvPujjcCAmHnpWxZVcLoyyrzJkJImw==
724+
"@oclif/plugin-command-snapshot@^4.0.6":
725+
version "4.0.6"
726+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.6.tgz#b1d3c5afb3b615795ba4fc5dd79bc0d2e96ff8dd"
727+
integrity sha512-ccyqS0LWrNnNtMQPzUheE3E8wyjxVVxF4SnQB7m3PWYhCu5KtbSrpj+PqG4JX6OjN3FFRZRf2GjJPZNBiK0ELA==
728728
dependencies:
729729
"@oclif/core" "^2.8.7"
730730
chalk "^4.1.2"
731731
just-diff "^5.2.0"
732732
lodash "^4.17.21"
733733
semver "^7.5.2"
734734
ts-json-schema-generator "^1.2.0"
735-
tslib "^2.5.3"
735+
tslib "^2.6.0"
736736

737737
"@oclif/plugin-help@^5.1.19":
738738
version "5.2.7"
@@ -7503,10 +7503,10 @@ tslib@^1.8.1, tslib@^1.9.0:
75037503
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
75047504
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
75057505

7506-
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.5.3:
7507-
version "2.5.3"
7508-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.3.tgz#24944ba2d990940e6e982c4bea147aba80209913"
7509-
integrity sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==
7506+
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.5.2, tslib@^2.5.3, tslib@^2.6.0:
7507+
version "2.6.0"
7508+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.0.tgz#b295854684dbda164e181d259a22cd779dcd7bc3"
7509+
integrity sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==
75107510

75117511
tsutils@^3.21.0:
75127512
version "3.21.0"

0 commit comments

Comments
 (0)