@salesforce/cli 2.45.1 → 2.45.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.45.1 linux-x64 node-v20.13.1
27
+ @salesforce/cli/2.45.2 linux-x64 node-v20.13.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.45.1",
3
+ "version": "2.45.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.45.1",
9
+ "version": "2.45.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -51,13 +51,13 @@
51
51
  "sfdx": "bin/run.js"
52
52
  },
53
53
  "devDependencies": {
54
- "@oclif/plugin-command-snapshot": "^4.0.2",
55
- "@salesforce/dev-scripts": "^9.0.0",
54
+ "@oclif/plugin-command-snapshot": "^5.1.9",
55
+ "@salesforce/dev-scripts": "^9.1.2",
56
56
  "@salesforce/plugin-release-management": "^5.4.3",
57
57
  "@salesforce/ts-sinon": "^1.4.19",
58
58
  "@salesforce/ts-types": "^2.0.9",
59
59
  "@types/debug": "^4.1.12",
60
- "aws-sdk": "^2.1628.0",
60
+ "aws-sdk": "^2.1631.0",
61
61
  "oclif": "^4.11.0",
62
62
  "ts-node": "^10.9.2",
63
63
  "typescript": "^5.4.3"
@@ -3249,9 +3249,9 @@
3249
3249
  }
3250
3250
  },
3251
3251
  "node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
3252
- "version": "18.19.31",
3253
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
3254
- "integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
3252
+ "version": "18.19.33",
3253
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.33.tgz",
3254
+ "integrity": "sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==",
3255
3255
  "license": "MIT",
3256
3256
  "dependencies": {
3257
3257
  "undici-types": "~5.26.4"
@@ -3925,26 +3925,74 @@
3925
3925
  }
3926
3926
  },
3927
3927
  "node_modules/@oclif/plugin-command-snapshot": {
3928
- "version": "4.0.16",
3929
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.16.tgz",
3930
- "integrity": "sha512-J4q2e7l7jNxzuS4qvmLPALoFftsRXczE54I2qnFpSp7YC9RyS9cUcBdoXklOsX2yZckj234o5gmGdkAmBAAqHA==",
3928
+ "version": "5.1.9",
3929
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz",
3930
+ "integrity": "sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==",
3931
3931
  "dev": true,
3932
3932
  "license": "MIT",
3933
3933
  "dependencies": {
3934
- "@oclif/core": "^3.5.0",
3935
- "@types/lodash.difference": "^4.5.8",
3934
+ "@oclif/core": "3.26.6",
3935
+ "@types/lodash.difference": "^4.5.9",
3936
3936
  "chalk": "^5.3.0",
3937
+ "globby": "^14.0.1",
3937
3938
  "just-diff": "^5.2.0",
3938
3939
  "lodash.difference": "^4.5.0",
3939
3940
  "lodash.get": "^4.4.2",
3940
3941
  "lodash.sortby": "^4.7.0",
3941
- "semver": "^7.5.4",
3942
- "ts-json-schema-generator": "^1.4.0"
3942
+ "semver": "^7.6.0",
3943
+ "ts-json-schema-generator": "^1.5.1"
3943
3944
  },
3944
3945
  "engines": {
3945
3946
  "node": ">=18.0.0"
3946
3947
  }
3947
3948
  },
3949
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3950
+ "version": "14.0.1",
3951
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
3952
+ "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
3953
+ "dev": true,
3954
+ "license": "MIT",
3955
+ "dependencies": {
3956
+ "@sindresorhus/merge-streams": "^2.1.0",
3957
+ "fast-glob": "^3.3.2",
3958
+ "ignore": "^5.2.4",
3959
+ "path-type": "^5.0.0",
3960
+ "slash": "^5.1.0",
3961
+ "unicorn-magic": "^0.1.0"
3962
+ },
3963
+ "engines": {
3964
+ "node": ">=18"
3965
+ },
3966
+ "funding": {
3967
+ "url": "https://github.com/sponsors/sindresorhus"
3968
+ }
3969
+ },
3970
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3971
+ "version": "5.0.0",
3972
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3973
+ "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3974
+ "dev": true,
3975
+ "license": "MIT",
3976
+ "engines": {
3977
+ "node": ">=12"
3978
+ },
3979
+ "funding": {
3980
+ "url": "https://github.com/sponsors/sindresorhus"
3981
+ }
3982
+ },
3983
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
3984
+ "version": "5.1.0",
3985
+ "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
3986
+ "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
3987
+ "dev": true,
3988
+ "license": "MIT",
3989
+ "engines": {
3990
+ "node": ">=14.16"
3991
+ },
3992
+ "funding": {
3993
+ "url": "https://github.com/sponsors/sindresorhus"
3994
+ }
3995
+ },
3948
3996
  "node_modules/@oclif/plugin-commands": {
3949
3997
  "version": "3.3.4",
3950
3998
  "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.4.tgz",
@@ -4647,9 +4695,9 @@
4647
4695
  "license": "BSD-3-Clause"
4648
4696
  },
4649
4697
  "node_modules/@salesforce/dev-scripts": {
4650
- "version": "9.0.0",
4651
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz",
4652
- "integrity": "sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==",
4698
+ "version": "9.1.2",
4699
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.1.2.tgz",
4700
+ "integrity": "sha512-ZVNL2j3rU+qDZ6G1nxu6pV8HFdru2L9PYL//npEmvnofwt4j8fmYiZD39K8ljLN3RxT7X1//b55R1h0DbcgeLA==",
4653
4701
  "dev": true,
4654
4702
  "license": "BSD-3-Clause",
4655
4703
  "dependencies": {
@@ -4659,7 +4707,7 @@
4659
4707
  "@salesforce/prettier-config": "^0.0.3",
4660
4708
  "@types/chai": "^4.3.14",
4661
4709
  "@types/mocha": "^10.0.6",
4662
- "@types/node": "^18.19.28",
4710
+ "@types/node": "^18.19.32",
4663
4711
  "@types/sinon": "^10.0.20",
4664
4712
  "chai": "^4.3.10",
4665
4713
  "chalk": "^4.0.0",
@@ -4688,9 +4736,9 @@
4688
4736
  }
4689
4737
  },
4690
4738
  "node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
4691
- "version": "18.19.31",
4692
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
4693
- "integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
4739
+ "version": "18.19.33",
4740
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.33.tgz",
4741
+ "integrity": "sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==",
4694
4742
  "dev": true,
4695
4743
  "license": "MIT",
4696
4744
  "dependencies": {
@@ -6059,6 +6107,19 @@
6059
6107
  "url": "https://github.com/sindresorhus/is?sponsor=1"
6060
6108
  }
6061
6109
  },
6110
+ "node_modules/@sindresorhus/merge-streams": {
6111
+ "version": "2.3.0",
6112
+ "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
6113
+ "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
6114
+ "dev": true,
6115
+ "license": "MIT",
6116
+ "engines": {
6117
+ "node": ">=18"
6118
+ },
6119
+ "funding": {
6120
+ "url": "https://github.com/sponsors/sindresorhus"
6121
+ }
6122
+ },
6062
6123
  "node_modules/@sinonjs/commons": {
6063
6124
  "version": "1.8.6",
6064
6125
  "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
@@ -23392,6 +23453,19 @@
23392
23453
  "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
23393
23454
  "license": "MIT"
23394
23455
  },
23456
+ "node_modules/unicorn-magic": {
23457
+ "version": "0.1.0",
23458
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
23459
+ "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
23460
+ "dev": true,
23461
+ "license": "MIT",
23462
+ "engines": {
23463
+ "node": ">=18"
23464
+ },
23465
+ "funding": {
23466
+ "url": "https://github.com/sponsors/sindresorhus"
23467
+ }
23468
+ },
23395
23469
  "node_modules/unique-filename": {
23396
23470
  "version": "3.0.0",
23397
23471
  "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
package/oclif.lock CHANGED
@@ -2023,7 +2023,7 @@
2023
2023
  proc-log "^4.0.0"
2024
2024
  which "^4.0.0"
2025
2025
 
2026
- "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6", "@oclif/core@^3.5.0", "@oclif/core@3.26.6":
2026
+ "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6", "@oclif/core@3.26.6":
2027
2027
  version "3.26.6"
2028
2028
  resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz"
2029
2029
  integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
@@ -2067,20 +2067,21 @@
2067
2067
  debug "^4.3.4"
2068
2068
  ejs "^3.1.10"
2069
2069
 
2070
- "@oclif/plugin-command-snapshot@^4.0.2":
2071
- version "4.0.16"
2072
- resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.16.tgz"
2073
- integrity sha512-J4q2e7l7jNxzuS4qvmLPALoFftsRXczE54I2qnFpSp7YC9RyS9cUcBdoXklOsX2yZckj234o5gmGdkAmBAAqHA==
2070
+ "@oclif/plugin-command-snapshot@^5.1.9":
2071
+ version "5.1.9"
2072
+ resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz"
2073
+ integrity sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==
2074
2074
  dependencies:
2075
- "@oclif/core" "^3.5.0"
2076
- "@types/lodash.difference" "^4.5.8"
2075
+ "@oclif/core" "3.26.6"
2076
+ "@types/lodash.difference" "^4.5.9"
2077
2077
  chalk "^5.3.0"
2078
+ globby "^14.0.1"
2078
2079
  just-diff "^5.2.0"
2079
2080
  lodash.difference "^4.5.0"
2080
2081
  lodash.get "^4.4.2"
2081
2082
  lodash.sortby "^4.7.0"
2082
- semver "^7.5.4"
2083
- ts-json-schema-generator "^1.4.0"
2083
+ semver "^7.6.0"
2084
+ ts-json-schema-generator "^1.5.1"
2084
2085
 
2085
2086
  "@oclif/plugin-commands@3.3.4":
2086
2087
  version "3.3.4"
@@ -2472,10 +2473,10 @@
2472
2473
  resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz"
2473
2474
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
2474
2475
 
2475
- "@salesforce/dev-scripts@^9.0.0":
2476
- version "9.0.0"
2477
- resolved "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz"
2478
- integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
2476
+ "@salesforce/dev-scripts@^9.1.2":
2477
+ version "9.1.2"
2478
+ resolved "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.1.2.tgz"
2479
+ integrity sha512-ZVNL2j3rU+qDZ6G1nxu6pV8HFdru2L9PYL//npEmvnofwt4j8fmYiZD39K8ljLN3RxT7X1//b55R1h0DbcgeLA==
2479
2480
  dependencies:
2480
2481
  "@commitlint/cli" "^17.1.2"
2481
2482
  "@commitlint/config-conventional" "^17.8.1"
@@ -2483,7 +2484,7 @@
2483
2484
  "@salesforce/prettier-config" "^0.0.3"
2484
2485
  "@types/chai" "^4.3.14"
2485
2486
  "@types/mocha" "^10.0.6"
2486
- "@types/node" "^18.19.28"
2487
+ "@types/node" "^18.19.32"
2487
2488
  "@types/sinon" "^10.0.20"
2488
2489
  chai "^4.3.10"
2489
2490
  chalk "^4.0.0"
@@ -3002,6 +3003,11 @@
3002
3003
  resolved "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz"
3003
3004
  integrity sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==
3004
3005
 
3006
+ "@sindresorhus/merge-streams@^2.1.0":
3007
+ version "2.3.0"
3008
+ resolved "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz"
3009
+ integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
3010
+
3005
3011
  "@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
3006
3012
  version "1.8.6"
3007
3013
  resolved "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz"
@@ -3706,7 +3712,7 @@
3706
3712
  dependencies:
3707
3713
  "@types/node" "*"
3708
3714
 
3709
- "@types/lodash.difference@^4.5.8":
3715
+ "@types/lodash.difference@^4.5.9":
3710
3716
  version "4.5.9"
3711
3717
  resolved "https://registry.npmjs.org/@types/lodash.difference/-/lodash.difference-4.5.9.tgz"
3712
3718
  integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
@@ -3770,16 +3776,16 @@
3770
3776
  integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
3771
3777
 
3772
3778
  "@types/node@^18.15.3":
3773
- version "18.19.31"
3774
- resolved "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz"
3775
- integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
3779
+ version "18.19.33"
3780
+ resolved "https://registry.npmjs.org/@types/node/-/node-18.19.33.tgz"
3781
+ integrity sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==
3776
3782
  dependencies:
3777
3783
  undici-types "~5.26.4"
3778
3784
 
3779
- "@types/node@^18.19.28":
3780
- version "18.19.31"
3781
- resolved "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz"
3782
- integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
3785
+ "@types/node@^18.19.32":
3786
+ version "18.19.33"
3787
+ resolved "https://registry.npmjs.org/@types/node/-/node-18.19.33.tgz"
3788
+ integrity sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==
3783
3789
  dependencies:
3784
3790
  undici-types "~5.26.4"
3785
3791
 
@@ -4350,7 +4356,7 @@ available-typed-arrays@^1.0.7:
4350
4356
  dependencies:
4351
4357
  possible-typed-array-names "^1.0.0"
4352
4358
 
4353
- aws-sdk@^2.1623.0, aws-sdk@^2.1628.0:
4359
+ aws-sdk@^2.1623.0, aws-sdk@^2.1631.0:
4354
4360
  version "2.1631.0"
4355
4361
  resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1631.0.tgz"
4356
4362
  integrity sha512-QG1A1bsgy9jKyY20LVxEeB16zEbn3dPIZmVeh/7vk6ukb2+5Vjh0s+E5bVlNHFFXVu6rsviayqGmjr16fJ5I1g==
@@ -6954,6 +6960,18 @@ globby@^13.1.2:
6954
6960
  merge2 "^1.4.1"
6955
6961
  slash "^4.0.0"
6956
6962
 
6963
+ globby@^14.0.1:
6964
+ version "14.0.1"
6965
+ resolved "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz"
6966
+ integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
6967
+ dependencies:
6968
+ "@sindresorhus/merge-streams" "^2.1.0"
6969
+ fast-glob "^3.3.2"
6970
+ ignore "^5.2.4"
6971
+ path-type "^5.0.0"
6972
+ slash "^5.1.0"
6973
+ unicorn-magic "^0.1.0"
6974
+
6957
6975
  gopd@^1.0.1:
6958
6976
  version "1.0.1"
6959
6977
  resolved "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz"
@@ -10228,6 +10246,11 @@ path-type@^4.0.0:
10228
10246
  resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
10229
10247
  integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
10230
10248
 
10249
+ path-type@^5.0.0:
10250
+ version "5.0.0"
10251
+ resolved "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz"
10252
+ integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
10253
+
10231
10254
  pathval@^1.1.1:
10232
10255
  version "1.1.1"
10233
10256
  resolved "https://registry.npmjs.org/pathval/-/pathval-1.1.1.tgz"
@@ -11240,6 +11263,11 @@ slash@^4.0.0:
11240
11263
  resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz"
11241
11264
  integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
11242
11265
 
11266
+ slash@^5.1.0:
11267
+ version "5.1.0"
11268
+ resolved "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz"
11269
+ integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
11270
+
11243
11271
  slice-ansi@^4.0.0:
11244
11272
  version "4.0.0"
11245
11273
  resolved "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz"
@@ -11838,7 +11866,7 @@ ts-api-utils@^1.0.1:
11838
11866
  resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz"
11839
11867
  integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
11840
11868
 
11841
- ts-json-schema-generator@^1.4.0:
11869
+ ts-json-schema-generator@^1.5.1:
11842
11870
  version "1.5.1"
11843
11871
  resolved "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz"
11844
11872
  integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
@@ -12058,6 +12086,11 @@ undici-types@~5.26.4:
12058
12086
  resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
12059
12087
  integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
12060
12088
 
12089
+ unicorn-magic@^0.1.0:
12090
+ version "0.1.0"
12091
+ resolved "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz"
12092
+ integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
12093
+
12061
12094
  unique-filename@^1.1.1:
12062
12095
  version "1.1.1"
12063
12096
  resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz"
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.45.1"
5382
+ "version": "2.45.2"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.45.1",
4
+ "version": "2.45.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -249,13 +249,13 @@
249
249
  },
250
250
  "types": "dist/index.d.ts",
251
251
  "devDependencies": {
252
- "@oclif/plugin-command-snapshot": "^4.0.2",
253
- "@salesforce/dev-scripts": "^9.0.0",
252
+ "@oclif/plugin-command-snapshot": "^5.1.9",
253
+ "@salesforce/dev-scripts": "^9.1.2",
254
254
  "@salesforce/plugin-release-management": "^5.4.3",
255
255
  "@salesforce/ts-sinon": "^1.4.19",
256
256
  "@salesforce/ts-types": "^2.0.9",
257
257
  "@types/debug": "^4.1.12",
258
- "aws-sdk": "^2.1628.0",
258
+ "aws-sdk": "^2.1631.0",
259
259
  "oclif": "^4.11.0",
260
260
  "ts-node": "^10.9.2",
261
261
  "typescript": "^5.4.3"