Skip to content

Commit 45181ad

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 3.3.8 to 3.3.12. - [Release notes](https://github.com/oclif/plugin-command-snapshot/releases) - [Changelog](https://github.com/oclif/plugin-command-snapshot/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-command-snapshot@3.3.8...3.3.12) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 802fee7 commit 45181ad

2 files changed

Lines changed: 20 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"tslib": "^2.5.0"
1414
},
1515
"devDependencies": {
16-
"@oclif/plugin-command-snapshot": "^3.3.8",
16+
"@oclif/plugin-command-snapshot": "^3.3.12",
1717
"@oclif/plugin-commands": "^2.2.10",
1818
"@oclif/plugin-help": "^5.2.7",
1919
"@salesforce/cli-plugins-testkit": "^3.2.24",

yarn.lock

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,10 @@
790790
widest-line "^3.1.0"
791791
wrap-ansi "^7.0.0"
792792

793-
"@oclif/core@^2.1.2", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.5.1":
794-
version "2.5.1"
795-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.5.1.tgz#0a45b050426fd9b650b70ef53cfc46bb6f6b1a18"
796-
integrity sha512-5s+SbsffV3XQ5pgv7h8/iLF116TfCLwsu9+/rZXEWypgsfvR8Z6anzVpbpGJxIYWHl9XLrm/viCwZVp3WtbnlQ==
793+
"@oclif/core@^2.1.2", "@oclif/core@^2.1.6", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.5.1", "@oclif/core@^2.8.2":
794+
version "2.8.2"
795+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.2.tgz#86fc31f20419dbb3cd25f89f4f1d83760c60f7c0"
796+
integrity sha512-g50NrCdEcFlBfuwZb9RxLmxPNQ9wIaBPOiwbxlGYRkHMnsC6LNHcvVtyDnmndU8qoXrmCOZ6ocSZenOMlG+G1w==
797797
dependencies:
798798
"@types/cli-progress" "^3.11.0"
799799
ansi-escapes "^4.3.2"
@@ -819,6 +819,7 @@
819819
strip-ansi "^6.0.1"
820820
supports-color "^8.1.1"
821821
supports-hyperlinks "^2.2.0"
822+
ts-node "^10.9.1"
822823
tslib "^2.5.0"
823824
widest-line "^3.1.0"
824825
wordwrap "^1.0.0"
@@ -895,16 +896,16 @@
895896
chalk "^4.1.0"
896897
tslib "^2.5.0"
897898

898-
"@oclif/plugin-command-snapshot@^3.3.8":
899-
version "3.3.8"
900-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.8.tgz#4ef6c9b0461b40c4be1f94977e5eb9dd6c756081"
901-
integrity sha512-piYlSDDzldDkvToKEG8HCnYaBwpWIX0b2TNc9ZtmH2khVgwPvmMrfZQfLl/4ZXxobdk0ndgrUUIg0mOhgCAXgg==
899+
"@oclif/plugin-command-snapshot@^3.3.12":
900+
version "3.3.12"
901+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.12.tgz#031ee5c21a7c3a9f90874bf70e43667e078386d3"
902+
integrity sha512-7fCgx0+g7SB806nGQjhpZLz++b5DXjYUZqqhTOi+fp0pXQn9M5KacaoloZhvCfb7ByBk4pTDj/0SY7D8aRFq3w==
902903
dependencies:
903-
"@oclif/core" "^2.4.0"
904+
"@oclif/core" "^2.8.2"
904905
chalk "^4.1.2"
905906
just-diff "^5.2.0"
906907
lodash "^4.17.21"
907-
semver "^7.3.8"
908+
semver "^7.4.0"
908909
ts-json-schema-generator "^1.2.0"
909910
tslib "^2.5.0"
910911

@@ -6886,7 +6887,7 @@ semver-compare@^1.0.0:
68866887
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
68876888
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
68886889

6889-
semver@7.3.8, semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
6890+
semver@7.3.8:
68906891
version "7.3.8"
68916892
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
68926893
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
@@ -6898,6 +6899,13 @@ semver@^6.0.0, semver@^6.3.0:
68986899
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
68996900
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
69006901

6902+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.4.0:
6903+
version "7.5.0"
6904+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.0.tgz#ed8c5dc8efb6c629c88b23d41dc9bf40c1d96cd0"
6905+
integrity sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==
6906+
dependencies:
6907+
lru-cache "^6.0.0"
6908+
69016909
sentence-case@^3.0.4:
69026910
version "3.0.4"
69036911
resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"

0 commit comments

Comments
 (0)