Skip to content

Commit 4fe03b0

Browse files
chore(dev-deps): bump @oclif/plugin-command-snapshot from 5.1.4 to 5.1.5
Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 5.1.4 to 5.1.5. - [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.5) --- 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 1a71f39 commit 4fe03b0

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"color-name": "^2.0.0"
1616
},
1717
"devDependencies": {
18-
"@oclif/plugin-command-snapshot": "^5.1.4",
18+
"@oclif/plugin-command-snapshot": "^5.1.5",
1919
"@salesforce/cli-plugins-testkit": "^5.2.0",
2020
"@salesforce/dev-scripts": "^9.0.0",
2121
"@salesforce/plugin-command-reference": "^3.0.76",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,10 +1345,10 @@
13451345
wordwrap "^1.0.0"
13461346
wrap-ansi "^7.0.0"
13471347

1348-
"@oclif/plugin-command-snapshot@^5.1.4":
1349-
version "5.1.4"
1350-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
1351-
integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
1348+
"@oclif/plugin-command-snapshot@^5.1.5":
1349+
version "5.1.5"
1350+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz#5fe95b2a131d66663fe6e245811b634cf20bb022"
1351+
integrity sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==
13521352
dependencies:
13531353
"@oclif/core" "3.26.0"
13541354
"@types/lodash.difference" "^4.5.9"
@@ -1359,7 +1359,7 @@
13591359
lodash.get "^4.4.2"
13601360
lodash.sortby "^4.7.0"
13611361
semver "^7.6.0"
1362-
ts-json-schema-generator "^1.5.0"
1362+
ts-json-schema-generator "^1.5.1"
13631363

13641364
"@oclif/plugin-help@^6.0.18":
13651365
version "6.0.18"
@@ -2157,7 +2157,7 @@
21572157
dependencies:
21582158
"@types/istanbul-lib-report" "*"
21592159

2160-
"@types/json-schema@^7.0.12":
2160+
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
21612161
version "7.0.15"
21622162
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
21632163
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -3014,10 +3014,10 @@ combined-stream@^1.0.8:
30143014
dependencies:
30153015
delayed-stream "~1.0.0"
30163016

3017-
commander@^11.0.0:
3018-
version "11.1.0"
3019-
resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906"
3020-
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
3017+
commander@^12.0.0:
3018+
version "12.0.0"
3019+
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
3020+
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
30213021

30223022
30233023
version "1.4.1"
@@ -6789,18 +6789,18 @@ ts-api-utils@^1.0.1:
67896789
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
67906790
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
67916791

6792-
ts-json-schema-generator@^1.5.0:
6793-
version "1.5.0"
6794-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
6795-
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
6792+
ts-json-schema-generator@^1.5.1:
6793+
version "1.5.1"
6794+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
6795+
integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
67966796
dependencies:
6797-
"@types/json-schema" "^7.0.12"
6798-
commander "^11.0.0"
6797+
"@types/json-schema" "^7.0.15"
6798+
commander "^12.0.0"
67996799
glob "^8.0.3"
68006800
json5 "^2.2.3"
68016801
normalize-path "^3.0.0"
68026802
safe-stable-stringify "^2.4.3"
6803-
typescript "~5.3.2"
6803+
typescript "~5.4.2"
68046804

68056805
ts-node@^10.8.1, ts-node@^10.9.2:
68066806
version "10.9.2"
@@ -6961,10 +6961,10 @@ typedoc@^0.25.12:
69616961
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
69626962
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
69636963

6964-
typescript@~5.3.2:
6965-
version "5.3.3"
6966-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
6967-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
6964+
typescript@~5.4.2:
6965+
version "5.4.5"
6966+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
6967+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
69686968

69696969
uglify-js@^3.1.4:
69706970
version "3.17.4"

0 commit comments

Comments
 (0)