Skip to content

Commit 977cb1a

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 4.0.14 to 4.0.15. - [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.15) --- 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]>
1 parent 07c9c6a commit 977cb1a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"tslib": "^2"
1515
},
1616
"devDependencies": {
17-
"@oclif/plugin-command-snapshot": "^4.0.14",
17+
"@oclif/plugin-command-snapshot": "^4.0.15",
1818
"@salesforce/cli-plugins-testkit": "^4.4.10",
1919
"@salesforce/dev-config": "^4.0.1",
2020
"@salesforce/dev-scripts": "^5.11.0",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -814,17 +814,17 @@
814814
wordwrap "^1.0.0"
815815
wrap-ansi "^7.0.0"
816816

817-
"@oclif/plugin-command-snapshot@^4.0.14":
818-
version "4.0.14"
819-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.14.tgz#7fe19c34871443dbfea1cb301b06ca20cc9a4d97"
820-
integrity sha512-Gn7FvuYZl/avk1vRfSq4jT/1eQS7PARsQiB4gXokp1m0RDP0OHb5O6W1AwTTUcxqY+AcSEhl/lsSjjN2GdKgEg==
817+
"@oclif/plugin-command-snapshot@^4.0.15":
818+
version "4.0.15"
819+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.15.tgz#139e640f3895b6638a361d38bc10d0dea1438994"
820+
integrity sha512-NNu6rPoW+SkDqtpFFCXpjOclVVjU0Fqn4KB9Umdov/c9HyaQ7IWevRBpZJ0cr3sI3OLIGXzx8Zk6mcjy2iW4ww==
821821
dependencies:
822822
"@oclif/core" "^2.11.8"
823823
chalk "^4.1.2"
824824
just-diff "^5.2.0"
825825
lodash "^4.17.21"
826826
semver "^7.5.4"
827-
ts-json-schema-generator "^1.3.0"
827+
ts-json-schema-generator "^1.4.0"
828828
tslib "^2.6.2"
829829

830830
"@oclif/plugin-help@^5.2.14":
@@ -7237,18 +7237,18 @@ trim-newlines@^3.0.0:
72377237
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
72387238
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
72397239

7240-
ts-json-schema-generator@^1.3.0:
7241-
version "1.3.0"
7242-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.3.0.tgz#0d5c672cce47e4c438323e3bd85f2be72f62d0ac"
7243-
integrity sha512-Y2smEgpxtWat8ICaLbUENXZ/o/SqvVy85X48V/7qOarOTu6XgVs+lr6k0OPFljVhZX5gEMrGPT3q7Ql7JKnexw==
7240+
ts-json-schema-generator@^1.4.0:
7241+
version "1.4.0"
7242+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.4.0.tgz#f341b36792c372d3d09245414a4f3a6efa2697f8"
7243+
integrity sha512-wm8vyihmGgYpxrqRshmYkWGNwEk+sf3xV2rUgxv8Ryeh7bSpMO7pZQOht+2rS002eDkFTxR7EwRPXVzrS0WJTg==
72447244
dependencies:
72457245
"@types/json-schema" "^7.0.12"
72467246
commander "^11.0.0"
72477247
glob "^8.0.3"
72487248
json5 "^2.2.3"
72497249
normalize-path "^3.0.0"
72507250
safe-stable-stringify "^2.4.3"
7251-
typescript "~5.1.6"
7251+
typescript "~5.2.2"
72527252

72537253
ts-node@^10.0.0, ts-node@^10.8.1, ts-node@^10.9.1:
72547254
version "10.9.1"
@@ -7411,10 +7411,10 @@ [email protected], typescript@^4.6.4, typescript@^4.9.5:
74117411
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
74127412
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
74137413

7414-
typescript@~5.1.6:
7415-
version "5.1.6"
7416-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274"
7417-
integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==
7414+
typescript@~5.2.2:
7415+
version "5.2.2"
7416+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
7417+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
74187418

74197419
uglify-js@^3.1.4:
74207420
version "3.17.4"

0 commit comments

Comments
 (0)