Skip to content

Commit f90b0a2

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot (#1002)
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 4.0.14 to 4.0.16. - [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@4.0.14...4.0.16) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8e61f6 commit f90b0a2

File tree

2 files changed

+45
-21
lines changed

2 files changed

+45
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tslib": "^2"
2020
},
2121
"devDependencies": {
22-
"@oclif/plugin-command-snapshot": "^4.0.14",
22+
"@oclif/plugin-command-snapshot": "^4.0.16",
2323
"@oclif/plugin-help": "^5.2.20",
2424
"@salesforce/cli-plugins-testkit": "^5.0.2",
2525
"@salesforce/dev-scripts": "^6.0.3",

yarn.lock

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
supports-color "^8.1.1"
761761
tslib "^2"
762762

763-
"@oclif/core@^2.11.4", "@oclif/core@^2.11.8", "@oclif/core@^2.15.0", "@oclif/core@^2.9.3":
763+
"@oclif/core@^2.11.4", "@oclif/core@^2.15.0", "@oclif/core@^2.9.3":
764764
version "2.15.0"
765765
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
766766
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
@@ -794,7 +794,7 @@
794794
wordwrap "^1.0.0"
795795
wrap-ansi "^7.0.0"
796796

797-
"@oclif/core@^3.10.6":
797+
"@oclif/core@^3.10.6", "@oclif/core@^3.5.0":
798798
version "3.10.8"
799799
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
800800
integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
@@ -826,18 +826,20 @@
826826
wordwrap "^1.0.0"
827827
wrap-ansi "^7.0.0"
828828

829-
"@oclif/plugin-command-snapshot@^4.0.14":
830-
version "4.0.14"
831-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.14.tgz#7fe19c34871443dbfea1cb301b06ca20cc9a4d97"
832-
integrity sha512-Gn7FvuYZl/avk1vRfSq4jT/1eQS7PARsQiB4gXokp1m0RDP0OHb5O6W1AwTTUcxqY+AcSEhl/lsSjjN2GdKgEg==
829+
"@oclif/plugin-command-snapshot@^4.0.16":
830+
version "4.0.16"
831+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.16.tgz#50ab214246088d16c86af7ae81b3c5084478571e"
832+
integrity sha512-J4q2e7l7jNxzuS4qvmLPALoFftsRXczE54I2qnFpSp7YC9RyS9cUcBdoXklOsX2yZckj234o5gmGdkAmBAAqHA==
833833
dependencies:
834-
"@oclif/core" "^2.11.8"
835-
chalk "^4.1.2"
834+
"@oclif/core" "^3.5.0"
835+
"@types/lodash.difference" "^4.5.8"
836+
chalk "^5.3.0"
836837
just-diff "^5.2.0"
837-
lodash "^4.17.21"
838+
lodash.difference "^4.5.0"
839+
lodash.get "^4.4.2"
840+
lodash.sortby "^4.7.0"
838841
semver "^7.5.4"
839-
ts-json-schema-generator "^1.3.0"
840-
tslib "^2.6.2"
842+
ts-json-schema-generator "^1.4.0"
841843

842844
"@oclif/plugin-help@^5.2.14", "@oclif/plugin-help@^5.2.20":
843845
version "5.2.20"
@@ -1522,6 +1524,18 @@
15221524
dependencies:
15231525
"@types/node" "*"
15241526

1527+
"@types/lodash.difference@^4.5.8":
1528+
version "4.5.9"
1529+
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
1530+
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
1531+
dependencies:
1532+
"@types/lodash" "*"
1533+
1534+
"@types/lodash@*":
1535+
version "4.14.201"
1536+
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.201.tgz#76f47cb63124e806824b6c18463daf3e1d480239"
1537+
integrity sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==
1538+
15251539
"@types/minimatch@*":
15261540
version "5.1.2"
15271541
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
@@ -2507,6 +2521,11 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
25072521
ansi-styles "^4.1.0"
25082522
supports-color "^7.1.0"
25092523

2524+
chalk@^5.3.0:
2525+
version "5.3.0"
2526+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
2527+
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
2528+
25102529
change-case@^4.1.2:
25112530
version "4.1.2"
25122531
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
@@ -5308,6 +5327,11 @@ lodash.snakecase@^4.1.1:
53085327
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
53095328
integrity sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==
53105329

5330+
lodash.sortby@^4.7.0:
5331+
version "4.7.0"
5332+
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
5333+
integrity sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==
5334+
53115335
lodash.startcase@^4.4.0:
53125336
version "4.4.0"
53135337
resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8"
@@ -7939,18 +7963,18 @@ ts-api-utils@^1.0.1:
79397963
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
79407964
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
79417965

7942-
ts-json-schema-generator@^1.3.0:
7943-
version "1.3.0"
7944-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.3.0.tgz#0d5c672cce47e4c438323e3bd85f2be72f62d0ac"
7945-
integrity sha512-Y2smEgpxtWat8ICaLbUENXZ/o/SqvVy85X48V/7qOarOTu6XgVs+lr6k0OPFljVhZX5gEMrGPT3q7Ql7JKnexw==
7966+
ts-json-schema-generator@^1.4.0:
7967+
version "1.4.0"
7968+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.4.0.tgz#f341b36792c372d3d09245414a4f3a6efa2697f8"
7969+
integrity sha512-wm8vyihmGgYpxrqRshmYkWGNwEk+sf3xV2rUgxv8Ryeh7bSpMO7pZQOht+2rS002eDkFTxR7EwRPXVzrS0WJTg==
79467970
dependencies:
79477971
"@types/json-schema" "^7.0.12"
79487972
commander "^11.0.0"
79497973
glob "^8.0.3"
79507974
json5 "^2.2.3"
79517975
normalize-path "^3.0.0"
79527976
safe-stable-stringify "^2.4.3"
7953-
typescript "~5.1.6"
7977+
typescript "~5.2.2"
79547978

79557979
ts-node@^10.8.1, ts-node@^10.9.1:
79567980
version "10.9.1"
@@ -8127,10 +8151,10 @@ typescript@^4.6.4, typescript@^4.9.5:
81278151
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
81288152
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
81298153

8130-
typescript@~5.1.6:
8131-
version "5.1.6"
8132-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
8133-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
8154+
typescript@~5.2.2:
8155+
version "5.2.2"
8156+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
8157+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
81348158

81358159
uglify-js@^3.1.4:
81368160
version "3.17.4"

0 commit comments

Comments
 (0)