Skip to content

Commit 071219c

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.1 to 5.1.2
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]>
1 parent 314744b commit 071219c

File tree

2 files changed

+7
-40
lines changed

2 files changed

+7
-40
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"open": "^10.0.3"
1717
},
1818
"devDependencies": {
19-
"@oclif/plugin-command-snapshot": "^5.1.1",
19+
"@oclif/plugin-command-snapshot": "^5.1.2",
2020
"@salesforce/cli-plugins-testkit": "^5.1.11",
2121
"@salesforce/dev-scripts": "^8.4.2",
2222
"@salesforce/plugin-command-reference": "^3.0.70",

yarn.lock

Lines changed: 6 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,40 +1710,7 @@
17101710
read-package-json-fast "^3.0.0"
17111711
which "^3.0.0"
17121712

1713-
1714-
version "3.21.0"
1715-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
1716-
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
1717-
dependencies:
1718-
"@types/cli-progress" "^3.11.5"
1719-
ansi-escapes "^4.3.2"
1720-
ansi-styles "^4.3.0"
1721-
cardinal "^2.1.1"
1722-
chalk "^4.1.2"
1723-
clean-stack "^3.0.1"
1724-
cli-progress "^3.12.0"
1725-
color "^4.2.3"
1726-
debug "^4.3.4"
1727-
ejs "^3.1.9"
1728-
get-package-type "^0.1.0"
1729-
globby "^11.1.0"
1730-
hyperlinker "^1.0.0"
1731-
indent-string "^4.0.0"
1732-
is-wsl "^2.2.0"
1733-
js-yaml "^3.14.1"
1734-
natural-orderby "^2.0.3"
1735-
object-treeify "^1.1.33"
1736-
password-prompt "^1.1.3"
1737-
slice-ansi "^4.0.0"
1738-
string-width "^4.2.3"
1739-
strip-ansi "^6.0.1"
1740-
supports-color "^8.1.1"
1741-
supports-hyperlinks "^2.2.0"
1742-
widest-line "^3.1.0"
1743-
wordwrap "^1.0.0"
1744-
wrap-ansi "^7.0.0"
1745-
1746-
"@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
1713+
"@oclif/[email protected]", "@oclif/core@^3.15.1", "@oclif/core@^3.19.2", "@oclif/core@^3.19.3", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
17471714
version "3.25.2"
17481715
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
17491716
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
@@ -1777,12 +1744,12 @@
17771744
wordwrap "^1.0.0"
17781745
wrap-ansi "^7.0.0"
17791746

1780-
"@oclif/plugin-command-snapshot@^5.1.1":
1781-
version "5.1.1"
1782-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f"
1783-
integrity sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==
1747+
"@oclif/plugin-command-snapshot@^5.1.2":
1748+
version "5.1.2"
1749+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.2.tgz#acba4a0138823931468d91be8d2a990da8a82623"
1750+
integrity sha512-/jAYZhFCW7e0t4zKwtATDo0MNtExnKnSV72zBFv36Khl4disR79wa8YR98ZPQEN4pvgHkA6LXq5ukASeeRQDuA==
17841751
dependencies:
1785-
"@oclif/core" "3.21.0"
1752+
"@oclif/core" "3.25.2"
17861753
"@types/lodash.difference" "^4.5.9"
17871754
chalk "^5.3.0"
17881755
globby "^14.0.1"

0 commit comments

Comments
 (0)