Skip to content

Commit 2cf87e4

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.4 to 5.1.6
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.4 to 5.1.6. - [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.6) --- 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 96517a3 commit 2cf87e4

File tree

2 files changed

+33
-60
lines changed

2 files changed

+33
-60
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"open": "^9.1.0"
1313
},
1414
"devDependencies": {
15-
"@oclif/plugin-command-snapshot": "^5.1.4",
15+
"@oclif/plugin-command-snapshot": "^5.1.6",
1616
"@oclif/test": "^3.2.10",
1717
"@salesforce/cli-plugins-testkit": "^5.2.1",
1818
"@salesforce/dev-scripts": "^8.5.0",

yarn.lock

Lines changed: 32 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,41 +1263,7 @@
12631263
"@nodelib/fs.scandir" "2.1.5"
12641264
fastq "^1.6.0"
12651265

1266-
"@oclif/core@3.26.0":
1267-
version "3.26.0"
1268-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
1269-
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1270-
dependencies:
1271-
"@types/cli-progress" "^3.11.5"
1272-
ansi-escapes "^4.3.2"
1273-
ansi-styles "^4.3.0"
1274-
cardinal "^2.1.1"
1275-
chalk "^4.1.2"
1276-
clean-stack "^3.0.1"
1277-
cli-progress "^3.12.0"
1278-
color "^4.2.3"
1279-
debug "^4.3.4"
1280-
ejs "^3.1.9"
1281-
get-package-type "^0.1.0"
1282-
globby "^11.1.0"
1283-
hyperlinker "^1.0.0"
1284-
indent-string "^4.0.0"
1285-
is-wsl "^2.2.0"
1286-
js-yaml "^3.14.1"
1287-
minimatch "^9.0.3"
1288-
natural-orderby "^2.0.3"
1289-
object-treeify "^1.1.33"
1290-
password-prompt "^1.1.3"
1291-
slice-ansi "^4.0.0"
1292-
string-width "^4.2.3"
1293-
strip-ansi "^6.0.1"
1294-
supports-color "^8.1.1"
1295-
supports-hyperlinks "^2.2.0"
1296-
widest-line "^3.1.0"
1297-
wordwrap "^1.0.0"
1298-
wrap-ansi "^7.0.0"
1299-
1300-
"@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.3":
1266+
"@oclif/core@3.26.3", "@oclif/core@^3.15.1", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.3":
13011267
version "3.26.3"
13021268
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.3.tgz#2416f4f5e3e5b9434999edb2f94983c5ac07e8a2"
13031269
integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
@@ -1331,12 +1297,12 @@
13311297
wordwrap "^1.0.0"
13321298
wrap-ansi "^7.0.0"
13331299

1334-
"@oclif/plugin-command-snapshot@^5.1.4":
1335-
version "5.1.4"
1336-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
1337-
integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
1300+
"@oclif/plugin-command-snapshot@^5.1.6":
1301+
version "5.1.6"
1302+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz#7bf028cbbaac1dcb1b979b7e34cf6de75cedd104"
1303+
integrity sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA==
13381304
dependencies:
1339-
"@oclif/core" "3.26.0"
1305+
"@oclif/core" "3.26.3"
13401306
"@types/lodash.difference" "^4.5.9"
13411307
chalk "^5.3.0"
13421308
globby "^14.0.1"
@@ -1345,7 +1311,7 @@
13451311
lodash.get "^4.4.2"
13461312
lodash.sortby "^4.7.0"
13471313
semver "^7.6.0"
1348-
ts-json-schema-generator "^1.5.0"
1314+
ts-json-schema-generator "^1.5.1"
13491315

13501316
"@oclif/plugin-help@^6.0.18":
13511317
version "6.0.18"
@@ -2149,6 +2115,11 @@
21492115
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
21502116
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
21512117

2118+
"@types/json-schema@^7.0.15":
2119+
version "7.0.15"
2120+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
2121+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
2122+
21522123
"@types/json5@^0.0.29":
21532124
version "0.0.29"
21542125
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -3064,10 +3035,10 @@ combined-stream@^1.0.8:
30643035
dependencies:
30653036
delayed-stream "~1.0.0"
30663037

3067-
commander@^11.0.0:
3068-
version "11.0.0"
3069-
resolved "https://registry.yarnpkg.com/commander/-/commander-11.0.0.tgz#43e19c25dbedc8256203538e8d7e9346877a6f67"
3070-
integrity sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==
3038+
commander@^12.0.0:
3039+
version "12.0.0"
3040+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
3041+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
30713042

30723043
commander@^4.0.1:
30733044
version "4.1.1"
@@ -7033,7 +7004,14 @@ string_decoder@~1.1.1:
70337004
dependencies:
70347005
safe-buffer "~5.1.0"
70357006

7036-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7007+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7008+
version "6.0.1"
7009+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7010+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7011+
dependencies:
7012+
ansi-regex "^5.0.1"
7013+
7014+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
70377015
version "6.0.1"
70387016
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
70397017
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7205,18 +7183,18 @@ ts-api-utils@^1.0.1:
72057183
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
72067184
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
72077185

7208-
ts-json-schema-generator@^1.5.0:
7209-
version "1.5.0"
7210-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
7211-
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
7186+
ts-json-schema-generator@^1.5.1:
7187+
version "1.5.1"
7188+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
7189+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
72127190
dependencies:
7213-
"@types/json-schema" "^7.0.12"
7214-
commander "^11.0.0"
7191+
"@types/json-schema" "^7.0.15"
7192+
commander "^12.0.0"
72157193
glob "^8.0.3"
72167194
json5 "^2.2.3"
72177195
normalize-path "^3.0.0"
72187196
safe-stable-stringify "^2.4.3"
7219-
typescript "~5.3.2"
7197+
typescript "~5.4.2"
72207198

72217199
ts-node@^10.8.1, ts-node@^10.9.2:
72227200
version "10.9.2"
@@ -7377,16 +7355,11 @@ typescript@^4.6.4:
73777355
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
73787356
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
73797357

7380-
typescript@^5.4.3, typescript@^5.4.5:
7358+
typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
73817359
version "5.4.5"
73827360
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
73837361
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
73847362

7385-
typescript@~5.3.2:
7386-
version "5.3.3"
7387-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
7388-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
7389-
73907363
uglify-js@^3.1.4:
73917364
version "3.16.0"
73927365
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.0.tgz#b778ba0831ca102c1d8ecbdec2d2bdfcc7353190"

0 commit comments

Comments
 (0)