Skip to content

Commit 414f109

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.9 to 5.1.1 (#391)
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.0.9 to 5.1.1. - [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.0.9...5.1.1) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9fba3e1 commit 414f109

File tree

2 files changed

+74
-8
lines changed

2 files changed

+74
-8
lines changed

package.json

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

yarn.lock

Lines changed: 73 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,40 @@
17941794
read-package-json-fast "^3.0.0"
17951795
which "^3.0.0"
17961796

1797-
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
1797+
1798+
version "3.21.0"
1799+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
1800+
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
1801+
dependencies:
1802+
"@types/cli-progress" "^3.11.5"
1803+
ansi-escapes "^4.3.2"
1804+
ansi-styles "^4.3.0"
1805+
cardinal "^2.1.1"
1806+
chalk "^4.1.2"
1807+
clean-stack "^3.0.1"
1808+
cli-progress "^3.12.0"
1809+
color "^4.2.3"
1810+
debug "^4.3.4"
1811+
ejs "^3.1.9"
1812+
get-package-type "^0.1.0"
1813+
globby "^11.1.0"
1814+
hyperlinker "^1.0.0"
1815+
indent-string "^4.0.0"
1816+
is-wsl "^2.2.0"
1817+
js-yaml "^3.14.1"
1818+
natural-orderby "^2.0.3"
1819+
object-treeify "^1.1.33"
1820+
password-prompt "^1.1.3"
1821+
slice-ansi "^4.0.0"
1822+
string-width "^4.2.3"
1823+
strip-ansi "^6.0.1"
1824+
supports-color "^8.1.1"
1825+
supports-hyperlinks "^2.2.0"
1826+
widest-line "^3.1.0"
1827+
wordwrap "^1.0.0"
1828+
wrap-ansi "^7.0.0"
1829+
1830+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.6", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
17981831
version "3.25.2"
17991832
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
18001833
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
@@ -1828,14 +1861,15 @@
18281861
wordwrap "^1.0.0"
18291862
wrap-ansi "^7.0.0"
18301863

1831-
"@oclif/plugin-command-snapshot@^5.0.9":
1832-
version "5.0.9"
1833-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea"
1834-
integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==
1864+
"@oclif/plugin-command-snapshot@^5.1.1":
1865+
version "5.1.1"
1866+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f"
1867+
integrity sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==
18351868
dependencies:
1836-
"@oclif/core" "^3.19.2"
1869+
"@oclif/core" "3.21.0"
18371870
"@types/lodash.difference" "^4.5.9"
18381871
chalk "^5.3.0"
1872+
globby "^14.0.1"
18391873
just-diff "^5.2.0"
18401874
lodash.difference "^4.5.0"
18411875
lodash.get "^4.4.2"
@@ -2160,6 +2194,11 @@
21602194
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
21612195
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
21622196

2197+
"@sindresorhus/merge-streams@^2.1.0":
2198+
version "2.3.0"
2199+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
2200+
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
2201+
21632202
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
21642203
version "1.8.6"
21652204
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
@@ -5330,7 +5369,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
53305369
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
53315370
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
53325371

5333-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0:
5372+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
53345373
version "3.3.2"
53355374
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
53365375
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -5830,6 +5869,18 @@ globby@^13.1.2:
58305869
merge2 "^1.4.1"
58315870
slash "^4.0.0"
58325871

5872+
globby@^14.0.1:
5873+
version "14.0.1"
5874+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
5875+
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
5876+
dependencies:
5877+
"@sindresorhus/merge-streams" "^2.1.0"
5878+
fast-glob "^3.3.2"
5879+
ignore "^5.2.4"
5880+
path-type "^5.0.0"
5881+
slash "^5.1.0"
5882+
unicorn-magic "^0.1.0"
5883+
58335884
gopd@^1.0.1:
58345885
version "1.0.1"
58355886
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -8237,6 +8288,11 @@ path-type@^4.0.0:
82378288
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
82388289
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
82398290

8291+
path-type@^5.0.0:
8292+
version "5.0.0"
8293+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
8294+
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
8295+
82408296
pathval@^1.1.1:
82418297
version "1.1.1"
82428298
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
@@ -9030,6 +9086,11 @@ slash@^4.0.0:
90309086
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
90319087
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
90329088

9089+
slash@^5.1.0:
9090+
version "5.1.0"
9091+
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
9092+
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
9093+
90339094
slice-ansi@^4.0.0:
90349095
version "4.0.0"
90359096
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
@@ -9688,6 +9749,11 @@ undici-types@~5.26.4:
96889749
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
96899750
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
96909751

9752+
unicorn-magic@^0.1.0:
9753+
version "0.1.0"
9754+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
9755+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
9756+
96919757
unique-filename@^1.1.1:
96929758
version "1.1.1"
96939759
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)