Skip to content

Commit 09ad086

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.6 to 5.1.7
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.6 to 5.1.7. - [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.6...5.1.7) --- 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 243c3a7 commit 09ad086

File tree

2 files changed

+35
-44
lines changed

2 files changed

+35
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"proxy-agent": "^6.3.1"
1919
},
2020
"devDependencies": {
21-
"@oclif/plugin-command-snapshot": "^5.1.6",
21+
"@oclif/plugin-command-snapshot": "^5.1.7",
2222
"@oclif/plugin-help": "^6.0.20",
2323
"@salesforce/cli-plugins-testkit": "^5.2.0",
2424
"@salesforce/dev-scripts": "^9.0.0",

yarn.lock

Lines changed: 34 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,41 +1509,7 @@
15091509
"@nodelib/fs.scandir" "2.1.5"
15101510
fastq "^1.6.0"
15111511

1512-
"@oclif/core@3.26.3":
1513-
version "3.26.3"
1514-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
1515-
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
1516-
dependencies:
1517-
"@types/cli-progress" "^3.11.5"
1518-
ansi-escapes "^4.3.2"
1519-
ansi-styles "^4.3.0"
1520-
cardinal "^2.1.1"
1521-
chalk "^4.1.2"
1522-
clean-stack "^3.0.1"
1523-
cli-progress "^3.12.0"
1524-
color "^4.2.3"
1525-
debug "^4.3.4"
1526-
ejs "^3.1.10"
1527-
get-package-type "^0.1.0"
1528-
globby "^11.1.0"
1529-
hyperlinker "^1.0.0"
1530-
indent-string "^4.0.0"
1531-
is-wsl "^2.2.0"
1532-
js-yaml "^3.14.1"
1533-
minimatch "^9.0.4"
1534-
natural-orderby "^2.0.3"
1535-
object-treeify "^1.1.33"
1536-
password-prompt "^1.1.3"
1537-
slice-ansi "^4.0.0"
1538-
string-width "^4.2.3"
1539-
strip-ansi "^6.0.1"
1540-
supports-color "^8.1.1"
1541-
supports-hyperlinks "^2.2.0"
1542-
widest-line "^3.1.0"
1543-
wordwrap "^1.0.0"
1544-
wrap-ansi "^7.0.0"
1545-
1546-
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
1512+
"@oclif/core@3.26.4", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
15471513
version "3.26.4"
15481514
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
15491515
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1577,12 +1543,12 @@
15771543
wordwrap "^1.0.0"
15781544
wrap-ansi "^7.0.0"
15791545

1580-
"@oclif/plugin-command-snapshot@^5.1.6":
1581-
version "5.1.6"
1582-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104"
1583-
integrity sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA==
1546+
"@oclif/plugin-command-snapshot@^5.1.7":
1547+
version "5.1.7"
1548+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1549+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
15841550
dependencies:
1585-
"@oclif/core" "3.26.3"
1551+
"@oclif/core" "3.26.4"
15861552
"@types/lodash.difference" "^4.5.9"
15871553
chalk "^5.3.0"
15881554
globby "^14.0.1"
@@ -7432,7 +7398,16 @@ srcset@^5.0.0:
74327398
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
74337399
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
74347400

7435-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7401+
"string-width-cjs@npm:string-width@^4.2.0":
7402+
version "4.2.3"
7403+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7404+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7405+
dependencies:
7406+
emoji-regex "^8.0.0"
7407+
is-fullwidth-code-point "^3.0.0"
7408+
strip-ansi "^6.0.1"
7409+
7410+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
74367411
version "4.2.3"
74377412
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
74387413
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7491,7 +7466,14 @@ string_decoder@~1.1.1:
74917466
dependencies:
74927467
safe-buffer "~5.1.0"
74937468

7494-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7469+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7470+
version "6.0.1"
7471+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7472+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7473+
dependencies:
7474+
ansi-regex "^5.0.1"
7475+
7476+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
74957477
version "6.0.1"
74967478
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
74977479
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8040,7 +8022,7 @@ workerpool@6.2.1:
80408022
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
80418023
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
80428024

8043-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8025+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
80448026
version "7.0.0"
80458027
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
80468028
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8058,6 +8040,15 @@ wrap-ansi@^6.2.0:
80588040
string-width "^4.1.0"
80598041
strip-ansi "^6.0.0"
80608042

8043+
wrap-ansi@^7.0.0:
8044+
version "7.0.0"
8045+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8046+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8047+
dependencies:
8048+
ansi-styles "^4.0.0"
8049+
string-width "^4.1.0"
8050+
strip-ansi "^6.0.0"
8051+
80618052
wrap-ansi@^8.1.0:
80628053
version "8.1.0"
80638054
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)