Skip to content

Commit b211d97

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 3.2.5 to 3.2.6
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 3.2.5 to 3.2.6. - [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.2.5...3.2.6) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3ca2d4 commit b211d97

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
@@ -14,7 +14,7 @@
1414
"tslib": "^2"
1515
},
1616
"devDependencies": {
17-
"@oclif/plugin-command-snapshot": "^3.2.5",
17+
"@oclif/plugin-command-snapshot": "^3.2.6",
1818
"@oclif/test": "^2.2.4",
1919
"@salesforce/cli-plugins-testkit": "^3.2.3",
2020
"@salesforce/dev-config": "^3.1.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -724,10 +724,10 @@
724724
is-wsl "^2.1.1"
725725
tslib "^2.3.1"
726726

727-
"@oclif/core@^1.14.1", "@oclif/core@^1.16.4", "@oclif/core@^1.16.5", "@oclif/core@^1.18.0":
728-
version "1.18.0"
729-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.18.0.tgz#93c790c663c6b24a609d1ea44362f5438cb19d73"
730-
integrity sha512-12SWbbDbMrhBmEuN9cOQkbN+sFUKlSTw+NlCPVVIg3uEhnmkXgx2wZJtCN4c+IBMJjC27L9lDneeoe70yQuiVg==
727+
"@oclif/core@^1.14.1", "@oclif/core@^1.16.4", "@oclif/core@^1.16.5", "@oclif/core@^1.18.0", "@oclif/core@^1.19.1":
728+
version "1.19.1"
729+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.19.1.tgz#6dba92cfb7f1412e43068db3e9716215786f85a3"
730+
integrity sha512-+LtMYQNzfLoYUcBTsWSFQ/4mqiA70XRU6tP+lDNmQQTrB5FHzDoBbyYvdjvMeS42izg78gjlN++rLUaAUCloNw==
731731
dependencies:
732732
"@oclif/linewrap" "^1.0.0"
733733
"@oclif/screen" "^3.0.2"
@@ -818,12 +818,12 @@
818818
chalk "^4.1.0"
819819
tslib "^2.3.1"
820820

821-
"@oclif/plugin-command-snapshot@^3.2.5":
822-
version "3.2.5"
823-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.5.tgz#ad08db0dceaf22cf8c612057fc4cc3d3a76091c7"
824-
integrity sha512-oVIz7Q3sh6OzWzCCQBdAVACgWts9kYomfUFxG4rWMXpehLN4a0PI6yp859O2OdKRe192IQSwZzhwKU6ktLS53w==
821+
"@oclif/plugin-command-snapshot@^3.2.6":
822+
version "3.2.6"
823+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.2.6.tgz#a7f48a5c8171c5a6d49b24d650c83f7fcfd6e689"
824+
integrity sha512-oUJ/VQJCYbtZlrj8CTbspS1Iq/QEAXlpacxdHgDca956qCqoed0/Y6dDzuOOP7/yz+2yOEvqOlx5ibhHTzw3DQ==
825825
dependencies:
826-
"@oclif/core" "^1.18.0"
826+
"@oclif/core" "^1.19.1"
827827
chalk "^4.1.2"
828828
just-diff "^5.1.1"
829829
lodash "^4.17.21"

0 commit comments

Comments
 (0)