Skip to content

Commit 36d5ceb

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.2.0 to 5.2.2
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.2.0 to 5.2.2. - [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@5.2.0...5.2.2) --- 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 5b13e47 commit 36d5ceb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@salesforce/sf-plugins-core": "^10.0.0"
1212
},
1313
"devDependencies": {
14-
"@oclif/plugin-command-snapshot": "^5.2.0",
14+
"@oclif/plugin-command-snapshot": "^5.2.2",
1515
"@salesforce/cli-plugins-testkit": "^5.3.9",
1616
"@salesforce/dev-scripts": "^10.1.0",
1717
"@salesforce/plugin-command-reference": "^3.1.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@
16491649
wordwrap "^1.0.0"
16501650
wrap-ansi "^7.0.0"
16511651

1652-
"@oclif/core@^4", "@oclif/core@^4.0.0-beta.13":
1652+
"@oclif/core@^4":
16531653
version "4.0.3"
16541654
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.3.tgz#6231272447c7057813986860448613ed38cfdc47"
16551655
integrity sha512-yM8R/M2WfSNfL9eF8clS/SbQvanvHZJgoij5bLs3ro7uAFCkL/LYcagyj0UVGbysx5AI+SNIof6OHQUXYZpOZw==
@@ -1672,12 +1672,12 @@
16721672
wordwrap "^1.0.0"
16731673
wrap-ansi "^7.0.0"
16741674

1675-
"@oclif/plugin-command-snapshot@^5.2.0":
1676-
version "5.2.0"
1677-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.0.tgz#315ec592f43faf417dbd6dc5af03c21cf06e5f35"
1678-
integrity sha512-F4vba5e25dLkPGVgkPnyNnXX1DVSewTzQJUGtI2bvdV+RMwvKa3p2qT3tOI1Dwbo1uTHNjQSMN9OF3+iy7Ok8Q==
1675+
"@oclif/plugin-command-snapshot@^5.2.2":
1676+
version "5.2.2"
1677+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.2.tgz#3bd89b06676eb8858e256c55482efdc7844ca39c"
1678+
integrity sha512-OVofRryPy962QeyiOYX7iI92H+dFGO7wa4F+yXYLQ0Xr+ik+LNYzOgxRomNIbj8kqnBBPLqOvv9gkKakAf9UZg==
16791679
dependencies:
1680-
"@oclif/core" "^4.0.0-beta.13"
1680+
"@oclif/core" "^4"
16811681
ansis "^3.2.0"
16821682
globby "^14.0.1"
16831683
just-diff "^5.2.0"

0 commit comments

Comments
 (0)