Skip to content

Commit

Permalink
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.1 to 5.1.2
Browse files Browse the repository at this point in the history
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.1 to 5.1.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.1.1...5.1.2)

---
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]>
  • Loading branch information
dependabot[bot] authored Mar 24, 2024
1 parent 36b96d6 commit 60041a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"shelljs": "^0.8.4"
},
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.1.1",
"@oclif/plugin-command-snapshot": "^5.1.2",
"@salesforce/cli-plugins-testkit": "^5.1.11",
"@salesforce/dev-scripts": "^8.4.1",
"@salesforce/plugin-command-reference": "^3.0.71",
Expand Down
19 changes: 10 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1543,10 +1543,10 @@
read-package-json-fast "^3.0.0"
which "^4.0.0"

"@oclif/core@3.21.0":
version "3.21.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
"@oclif/core@3.25.2":
version "3.25.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
dependencies:
"@types/cli-progress" "^3.11.5"
ansi-escapes "^4.3.2"
Expand All @@ -1564,6 +1564,7 @@
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.14.1"
minimatch "^9.0.3"
natural-orderby "^2.0.3"
object-treeify "^1.1.33"
password-prompt "^1.1.3"
Expand Down Expand Up @@ -1644,12 +1645,12 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/plugin-command-snapshot@^5.1.1":
version "5.1.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f"
integrity sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==
"@oclif/plugin-command-snapshot@^5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz#acba4a0138823931468d91be8d2a990da8a82623"
integrity sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==
dependencies:
"@oclif/core" "3.21.0"
"@oclif/core" "3.25.2"
"@types/lodash.difference" "^4.5.9"
chalk "^5.3.0"
globby "^14.0.1"
Expand Down

0 comments on commit 60041a5

Please sign in to comment.