Skip to content

Commit e43a2bc

Browse files
authored
Merge pull request #469 from salesforcecli/dependabot-npm_and_yarn-oclif-plugin-command-snapshot-5.0.4
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.3 to 5.0.4
2 parents f453a39 + 33d5516 commit e43a2bc

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
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.0.3",
14+
"@oclif/plugin-command-snapshot": "^5.0.4",
1515
"@oclif/test": "^3.1.3",
1616
"@salesforce/cli-plugins-testkit": "^5.1.1",
1717
"@salesforce/dev-scripts": "^8.1.2",

yarn.lock

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -801,10 +801,10 @@
801801
wordwrap "^1.0.0"
802802
wrap-ansi "^7.0.0"
803803

804-
"@oclif/plugin-command-snapshot@^5.0.3":
805-
version "5.0.3"
806-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.3.tgz#1ca2ccc173ba66d81e0e351f0cf640a9c3782f02"
807-
integrity sha512-LbG7lxdKhaapv7nrgUoQU505PA92OU4SOMyczS74BatgUHjx4B0qXOe3VI2aKmd+SApPaLDe/QsGnm98gfZhmQ==
804+
"@oclif/plugin-command-snapshot@^5.0.4":
805+
version "5.0.4"
806+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.4.tgz#d80cf80cdf8e6a21cddbea607c5a39c96d577b87"
807+
integrity sha512-dsogNsY/k9D9aoceEWZhGklHBCIsJQpVAKwRKSQkrzhvesi/qB4reEfcuWGy1FtJihTVEVSGLdGBIz2Wu1XApA==
808808
dependencies:
809809
"@oclif/core" "^3.10.8"
810810
"@types/lodash.difference" "^4.5.9"
@@ -814,7 +814,7 @@
814814
lodash.get "^4.4.2"
815815
lodash.sortby "^4.7.0"
816816
semver "^7.5.4"
817-
ts-json-schema-generator "^1.4.0"
817+
ts-json-schema-generator "^1.5.0"
818818

819819
"@oclif/plugin-help@^5.2.14":
820820
version "5.2.20"
@@ -7859,18 +7859,18 @@ ts-api-utils@^1.0.1:
78597859
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
78607860
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
78617861

7862-
ts-json-schema-generator@^1.4.0:
7863-
version "1.4.0"
7864-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.4.0.tgz#f341b36792c372d3d09245414a4f3a6efa2697f8"
7865-
integrity sha512-wm8vyihmGgYpxrqRshmYkWGNwEk+sf3xV2rUgxv8Ryeh7bSpMO7pZQOht+2rS002eDkFTxR7EwRPXVzrS0WJTg==
7862+
ts-json-schema-generator@^1.5.0:
7863+
version "1.5.0"
7864+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
7865+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
78667866
dependencies:
78677867
"@types/json-schema" "^7.0.12"
78687868
commander "^11.0.0"
78697869
glob "^8.0.3"
78707870
json5 "^2.2.3"
78717871
normalize-path "^3.0.0"
78727872
safe-stable-stringify "^2.4.3"
7873-
typescript "~5.2.2"
7873+
typescript "~5.3.2"
78747874

78757875
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
78767876
version "10.9.2"
@@ -8035,7 +8035,7 @@ typedoc@^0.25.3:
80358035
minimatch "^9.0.3"
80368036
shiki "^0.14.1"
80378037

8038-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
8038+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3, typescript@~5.3.2:
80398039
version "5.3.3"
80408040
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
80418041
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
@@ -8045,11 +8045,6 @@ typescript@^4.9.5:
80458045
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
80468046
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
80478047

8048-
typescript@~5.2.2:
8049-
version "5.2.2"
8050-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
8051-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
8052-
80538048
uglify-js@^3.1.4:
80548049
version "3.17.4"
80558050
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"

0 commit comments

Comments
 (0)