Skip to content

Commit 97c82ba

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.0.2 to 5.0.4
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.0.2 to 5.0.4. - [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.0.2...5.0.4) --- 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 6a415d7 commit 97c82ba

File tree

2 files changed

+19
-14
lines changed

2 files changed

+19
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"open": "^9.1.0"
1414
},
1515
"devDependencies": {
16-
"@oclif/plugin-command-snapshot": "^5.0.2",
16+
"@oclif/plugin-command-snapshot": "^5.0.4",
1717
"@salesforce/cli-plugins-testkit": "^5.1.0",
1818
"@salesforce/dev-scripts": "^8.1.0",
1919
"@salesforce/plugin-command-reference": "^3.0.51",

yarn.lock

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

817-
"@oclif/plugin-command-snapshot@^5.0.2":
818-
version "5.0.2"
819-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.2.tgz#41e88d245e1ffb1822b4cb127df39f61672cf2b1"
820-
integrity sha512-4Aun0P/K9uVC5JLmG968OJhDT5HMiOs4mmw7A2cWmf1Paw8zp4xZ40PvYOOKN86gaKukKFDTQ1sDuLBzqNhZow==
817+
"@oclif/plugin-command-snapshot@^5.0.4":
818+
version "5.0.4"
819+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.4.tgz#d80cf80cdf8e6a21cddbea607c5a39c96d577b87"
820+
integrity sha512-dsogNsY/k9D9aoceEWZhGklHBCIsJQpVAKwRKSQkrzhvesi/qB4reEfcuWGy1FtJihTVEVSGLdGBIz2Wu1XApA==
821821
dependencies:
822822
"@oclif/core" "^3.10.8"
823-
"@types/lodash.difference" "^4.5.8"
823+
"@types/lodash.difference" "^4.5.9"
824824
chalk "^5.3.0"
825825
just-diff "^5.2.0"
826826
lodash.difference "^4.5.0"
827827
lodash.get "^4.4.2"
828828
lodash.sortby "^4.7.0"
829829
semver "^7.5.4"
830-
ts-json-schema-generator "^1.4.0"
830+
ts-json-schema-generator "^1.5.0"
831831

832832
"@oclif/plugin-help@^5.2.14":
833833
version "5.2.19"
@@ -1332,7 +1332,7 @@
13321332
dependencies:
13331333
"@types/node" "*"
13341334

1335-
"@types/lodash.difference@^4.5.8":
1335+
"@types/lodash.difference@^4.5.9":
13361336
version "4.5.9"
13371337
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
13381338
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
@@ -7791,18 +7791,18 @@ ts-api-utils@^1.0.1:
77917791
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
77927792
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
77937793

7794-
ts-json-schema-generator@^1.4.0:
7795-
version "1.4.0"
7796-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.4.0.tgz#f341b36792c372d3d09245414a4f3a6efa2697f8"
7797-
integrity sha512-wm8vyihmGgYpxrqRshmYkWGNwEk+sf3xV2rUgxv8Ryeh7bSpMO7pZQOht+2rS002eDkFTxR7EwRPXVzrS0WJTg==
7794+
ts-json-schema-generator@^1.5.0:
7795+
version "1.5.0"
7796+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
7797+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
77987798
dependencies:
77997799
"@types/json-schema" "^7.0.12"
78007800
commander "^11.0.0"
78017801
glob "^8.0.3"
78027802
json5 "^2.2.3"
78037803
normalize-path "^3.0.0"
78047804
safe-stable-stringify "^2.4.3"
7805-
typescript "~5.2.2"
7805+
typescript "~5.3.2"
78067806

78077807
ts-node@^10.8.1, ts-node@^10.9.1:
78087808
version "10.9.1"
@@ -7974,7 +7974,7 @@ typedoc@^0.25.3:
79747974
minimatch "^9.0.3"
79757975
shiki "^0.14.1"
79767976

7977-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2, typescript@~5.2.2:
7977+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2:
79787978
version "5.2.2"
79797979
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
79807980
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
@@ -7984,6 +7984,11 @@ typescript@^4.9.5:
79847984
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
79857985
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
79867986

7987+
typescript@~5.3.2:
7988+
version "5.3.3"
7989+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
7990+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
7991+
79877992
uglify-js@^3.1.4:
79887993
version "3.17.4"
79897994
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"

0 commit comments

Comments
 (0)