Skip to content

Commit 176063d

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.4 to 5.1.7
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.4 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.4...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 859dbc6 commit 176063d

File tree

2 files changed

+26
-60
lines changed

2 files changed

+26
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"fast-levenshtein": "^3.0.0"
1212
},
1313
"devDependencies": {
14-
"@oclif/plugin-command-snapshot": "^5.1.4",
14+
"@oclif/plugin-command-snapshot": "^5.1.7",
1515
"@oclif/test": "^3.2.11",
1616
"@salesforce/cli-plugins-testkit": "^5.2.1",
1717
"@salesforce/dev-scripts": "^9.0.0",

yarn.lock

Lines changed: 25 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,41 +1541,7 @@
15411541
"@nodelib/fs.scandir" "2.1.5"
15421542
fastq "^1.6.0"
15431543

1544-
"@oclif/core@3.26.0":
1545-
version "3.26.0"
1546-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1547-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1548-
dependencies:
1549-
"@types/cli-progress" "^3.11.5"
1550-
ansi-escapes "^4.3.2"
1551-
ansi-styles "^4.3.0"
1552-
cardinal "^2.1.1"
1553-
chalk "^4.1.2"
1554-
clean-stack "^3.0.1"
1555-
cli-progress "^3.12.0"
1556-
color "^4.2.3"
1557-
debug "^4.3.4"
1558-
ejs "^3.1.9"
1559-
get-package-type "^0.1.0"
1560-
globby "^11.1.0"
1561-
hyperlinker "^1.0.0"
1562-
indent-string "^4.0.0"
1563-
is-wsl "^2.2.0"
1564-
js-yaml "^3.14.1"
1565-
minimatch "^9.0.3"
1566-
natural-orderby "^2.0.3"
1567-
object-treeify "^1.1.33"
1568-
password-prompt "^1.1.3"
1569-
slice-ansi "^4.0.0"
1570-
string-width "^4.2.3"
1571-
strip-ansi "^6.0.1"
1572-
supports-color "^8.1.1"
1573-
supports-hyperlinks "^2.2.0"
1574-
widest-line "^3.1.0"
1575-
wordwrap "^1.0.0"
1576-
wrap-ansi "^7.0.0"
1577-
1578-
"@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
1544+
"@oclif/core@3.26.4", "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4":
15791545
version "3.26.4"
15801546
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
15811547
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
@@ -1609,12 +1575,12 @@
16091575
wordwrap "^1.0.0"
16101576
wrap-ansi "^7.0.0"
16111577

1612-
"@oclif/plugin-command-snapshot@^5.1.4":
1613-
version "5.1.4"
1614-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
1615-
integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
1578+
"@oclif/plugin-command-snapshot@^5.1.7":
1579+
version "5.1.7"
1580+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.7.tgz#b62da4c6cf20fa38af139ca2e9ba75d2b49d4050"
1581+
integrity sha512-pUxopI9/bAZ0ddwLSAH2L7V/vSbzvobjvOtUk5XMm49Rkf/+b+dqcsf/J1uVh8LCMQz8OYfa4lVc/t4hBpD1Kw==
16161582
dependencies:
1617-
"@oclif/core" "3.26.0"
1583+
"@oclif/core" "3.26.4"
16181584
"@types/lodash.difference" "^4.5.9"
16191585
chalk "^5.3.0"
16201586
globby "^14.0.1"
@@ -1623,7 +1589,7 @@
16231589
lodash.get "^4.4.2"
16241590
lodash.sortby "^4.7.0"
16251591
semver "^7.6.0"
1626-
ts-json-schema-generator "^1.5.0"
1592+
ts-json-schema-generator "^1.5.1"
16271593

16281594
"@oclif/plugin-help@^6.0.21":
16291595
version "6.0.21"
@@ -2648,6 +2614,11 @@
26482614
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
26492615
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
26502616

2617+
"@types/json-schema@^7.0.15":
2618+
version "7.0.15"
2619+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2620+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2621+
26512622
"@types/json5@^0.0.29":
26522623
version "0.0.29"
26532624
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -3584,10 +3555,10 @@ combined-stream@^1.0.8:
35843555
dependencies:
35853556
delayed-stream "~1.0.0"
35863557

3587-
commander@^11.0.0:
3588-
version "11.1.0"
3589-
resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906"
3590-
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
3558+
commander@^12.0.0:
3559+
version "12.0.0"
3560+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
3561+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
35913562

35923563
comment-parser@1.4.1:
35933564
version "1.4.1"
@@ -3964,7 +3935,7 @@ ecdsa-sig-formatter@1.0.11:
39643935
dependencies:
39653936
safe-buffer "^5.0.1"
39663937

3967-
ejs@^3.1.10, ejs@^3.1.9:
3938+
ejs@^3.1.10:
39683939
version "3.1.10"
39693940
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b"
39703941
integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
@@ -7810,18 +7781,18 @@ ts-api-utils@^1.0.1:
78107781
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
78117782
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
78127783

7813-
ts-json-schema-generator@^1.5.0:
7814-
version "1.5.0"
7815-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
7816-
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
7784+
ts-json-schema-generator@^1.5.1:
7785+
version "1.5.1"
7786+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
7787+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
78177788
dependencies:
7818-
"@types/json-schema" "^7.0.12"
7819-
commander "^11.0.0"
7789+
"@types/json-schema" "^7.0.15"
7790+
commander "^12.0.0"
78207791
glob "^8.0.3"
78217792
json5 "^2.2.3"
78227793
normalize-path "^3.0.0"
78237794
safe-stable-stringify "^2.4.3"
7824-
typescript "~5.3.2"
7795+
typescript "~5.4.2"
78257796

78267797
ts-node@^10.8.1, ts-node@^10.9.2:
78277798
version "10.9.2"
@@ -7977,16 +7948,11 @@ typedoc@^0.25.12:
79777948
minimatch "^9.0.3"
79787949
shiki "^0.14.7"
79797950

7980-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5:
7951+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
79817952
version "5.4.5"
79827953
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
79837954
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
79847955

7985-
typescript@~5.3.2:
7986-
version "5.3.3"
7987-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
7988-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
7989-
79907956
uglify-js@^3.1.4:
79917957
version "3.17.4"
79927958
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"

0 commit comments

Comments
 (0)