@salesforce/plugin-release-management 5.7.28 → 5.7.29

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
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.28/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.29/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.28",
3
+ "version": "5.7.29",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.28",
9
+ "version": "5.7.29",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.3.0",
@@ -26,7 +26,7 @@
26
26
  "got": "^13",
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.4.0",
29
- "semver": "^7.7.0",
29
+ "semver": "^7.7.2",
30
30
  "shelljs": "^0.10.0",
31
31
  "standard-version": "^9.5.0",
32
32
  "strip-ansi": "^6",
@@ -20775,9 +20775,9 @@
20775
20775
  "license": "BSD-3-Clause"
20776
20776
  },
20777
20777
  "node_modules/semver": {
20778
- "version": "7.7.1",
20779
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
20780
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
20778
+ "version": "7.7.2",
20779
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
20780
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
20781
20781
  "license": "ISC",
20782
20782
  "bin": {
20783
20783
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -8993,10 +8993,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
8993
8993
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
8994
8994
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
8995
8995
 
8996
- semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1:
8997
- version "7.7.1"
8998
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
8999
- integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
8996
+ semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
8997
+ version "7.7.2"
8998
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
8999
+ integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
9000
9000
 
9001
9001
  sentence-case@^3.0.4:
9002
9002
  version "3.0.4"
@@ -160,6 +160,80 @@
160
160
  "promote.js"
161
161
  ]
162
162
  },
163
+ "cli:releasenotes": {
164
+ "aliases": [],
165
+ "args": {},
166
+ "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
167
+ "examples": [
168
+ "<%= config.bin %> <%= command.id %> --cli sf",
169
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
170
+ "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
171
+ "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
172
+ "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
173
+ "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
174
+ ],
175
+ "flags": {
176
+ "json": {
177
+ "description": "Format output as json.",
178
+ "helpGroup": "GLOBAL",
179
+ "name": "json",
180
+ "allowNo": false,
181
+ "type": "boolean"
182
+ },
183
+ "flags-dir": {
184
+ "helpGroup": "GLOBAL",
185
+ "name": "flags-dir",
186
+ "summary": "Import flag values from a directory.",
187
+ "hasDynamicHelp": false,
188
+ "multiple": false,
189
+ "type": "option"
190
+ },
191
+ "cli": {
192
+ "char": "c",
193
+ "name": "cli",
194
+ "required": true,
195
+ "summary": "the cli to pull information for",
196
+ "hasDynamicHelp": false,
197
+ "multiple": false,
198
+ "options": [
199
+ "sf",
200
+ "sfdx"
201
+ ],
202
+ "type": "option"
203
+ },
204
+ "since": {
205
+ "char": "s",
206
+ "name": "since",
207
+ "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
208
+ "hasDynamicHelp": false,
209
+ "multiple": false,
210
+ "type": "option"
211
+ },
212
+ "markdown": {
213
+ "char": "m",
214
+ "name": "markdown",
215
+ "summary": "format the output in markdown",
216
+ "allowNo": false,
217
+ "type": "boolean"
218
+ }
219
+ },
220
+ "hasDynamicHelp": false,
221
+ "hiddenAliases": [],
222
+ "id": "cli:releasenotes",
223
+ "pluginAlias": "@salesforce/plugin-release-management",
224
+ "pluginName": "@salesforce/plugin-release-management",
225
+ "pluginType": "core",
226
+ "strict": true,
227
+ "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
228
+ "enableJsonFlag": true,
229
+ "isESM": true,
230
+ "relativePath": [
231
+ "lib",
232
+ "commands",
233
+ "cli",
234
+ "releasenotes.js"
235
+ ]
236
+ },
163
237
  "dependabot:automerge": {
164
238
  "aliases": [],
165
239
  "args": {},
@@ -267,80 +341,6 @@
267
341
  "automerge.js"
268
342
  ]
269
343
  },
270
- "cli:releasenotes": {
271
- "aliases": [],
272
- "args": {},
273
- "description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
274
- "examples": [
275
- "<%= config.bin %> <%= command.id %> --cli sf",
276
- "<%= config.bin %> <%= command.id %> --cli sfdx",
277
- "<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
278
- "<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
279
- "<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
280
- "<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
281
- ],
282
- "flags": {
283
- "json": {
284
- "description": "Format output as json.",
285
- "helpGroup": "GLOBAL",
286
- "name": "json",
287
- "allowNo": false,
288
- "type": "boolean"
289
- },
290
- "flags-dir": {
291
- "helpGroup": "GLOBAL",
292
- "name": "flags-dir",
293
- "summary": "Import flag values from a directory.",
294
- "hasDynamicHelp": false,
295
- "multiple": false,
296
- "type": "option"
297
- },
298
- "cli": {
299
- "char": "c",
300
- "name": "cli",
301
- "required": true,
302
- "summary": "the cli to pull information for",
303
- "hasDynamicHelp": false,
304
- "multiple": false,
305
- "options": [
306
- "sf",
307
- "sfdx"
308
- ],
309
- "type": "option"
310
- },
311
- "since": {
312
- "char": "s",
313
- "name": "since",
314
- "summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
315
- "hasDynamicHelp": false,
316
- "multiple": false,
317
- "type": "option"
318
- },
319
- "markdown": {
320
- "char": "m",
321
- "name": "markdown",
322
- "summary": "format the output in markdown",
323
- "allowNo": false,
324
- "type": "boolean"
325
- }
326
- },
327
- "hasDynamicHelp": false,
328
- "hiddenAliases": [],
329
- "id": "cli:releasenotes",
330
- "pluginAlias": "@salesforce/plugin-release-management",
331
- "pluginName": "@salesforce/plugin-release-management",
332
- "pluginType": "core",
333
- "strict": true,
334
- "summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
335
- "enableJsonFlag": true,
336
- "isESM": true,
337
- "relativePath": [
338
- "lib",
339
- "commands",
340
- "cli",
341
- "releasenotes.js"
342
- ]
343
- },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -460,67 +460,6 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
- "github:check:closed": {
464
- "aliases": [],
465
- "args": {},
466
- "description": "Description of a command.",
467
- "examples": [
468
- "<%= config.bin %> <%= command.id %> -o me@gus.com"
469
- ],
470
- "flags": {
471
- "json": {
472
- "description": "Format output as json.",
473
- "helpGroup": "GLOBAL",
474
- "name": "json",
475
- "allowNo": false,
476
- "type": "boolean"
477
- },
478
- "flags-dir": {
479
- "helpGroup": "GLOBAL",
480
- "name": "flags-dir",
481
- "summary": "Import flag values from a directory.",
482
- "hasDynamicHelp": false,
483
- "multiple": false,
484
- "type": "option"
485
- },
486
- "gus": {
487
- "char": "o",
488
- "name": "gus",
489
- "noCacheDefault": true,
490
- "required": true,
491
- "summary": "Username/alias of your GUS org connection",
492
- "hasDynamicHelp": true,
493
- "multiple": false,
494
- "type": "option"
495
- },
496
- "github-token": {
497
- "env": "GITHUB_TOKEN",
498
- "name": "github-token",
499
- "required": true,
500
- "summary": "Github token--store this in the environment as GITHUB_TOKEN",
501
- "hasDynamicHelp": false,
502
- "multiple": false,
503
- "type": "option"
504
- }
505
- },
506
- "hasDynamicHelp": true,
507
- "hiddenAliases": [],
508
- "id": "github:check:closed",
509
- "pluginAlias": "@salesforce/plugin-release-management",
510
- "pluginName": "@salesforce/plugin-release-management",
511
- "pluginType": "core",
512
- "strict": true,
513
- "summary": "Show open Github issues with GUS WI",
514
- "enableJsonFlag": true,
515
- "isESM": true,
516
- "relativePath": [
517
- "lib",
518
- "commands",
519
- "github",
520
- "check",
521
- "closed.js"
522
- ]
523
- },
524
463
  "cli:artifacts:compare": {
525
464
  "aliases": [],
526
465
  "args": {},
@@ -1187,6 +1126,67 @@
1187
1126
  "inspect.js"
1188
1127
  ]
1189
1128
  },
1129
+ "github:check:closed": {
1130
+ "aliases": [],
1131
+ "args": {},
1132
+ "description": "Description of a command.",
1133
+ "examples": [
1134
+ "<%= config.bin %> <%= command.id %> -o me@gus.com"
1135
+ ],
1136
+ "flags": {
1137
+ "json": {
1138
+ "description": "Format output as json.",
1139
+ "helpGroup": "GLOBAL",
1140
+ "name": "json",
1141
+ "allowNo": false,
1142
+ "type": "boolean"
1143
+ },
1144
+ "flags-dir": {
1145
+ "helpGroup": "GLOBAL",
1146
+ "name": "flags-dir",
1147
+ "summary": "Import flag values from a directory.",
1148
+ "hasDynamicHelp": false,
1149
+ "multiple": false,
1150
+ "type": "option"
1151
+ },
1152
+ "gus": {
1153
+ "char": "o",
1154
+ "name": "gus",
1155
+ "noCacheDefault": true,
1156
+ "required": true,
1157
+ "summary": "Username/alias of your GUS org connection",
1158
+ "hasDynamicHelp": true,
1159
+ "multiple": false,
1160
+ "type": "option"
1161
+ },
1162
+ "github-token": {
1163
+ "env": "GITHUB_TOKEN",
1164
+ "name": "github-token",
1165
+ "required": true,
1166
+ "summary": "Github token--store this in the environment as GITHUB_TOKEN",
1167
+ "hasDynamicHelp": false,
1168
+ "multiple": false,
1169
+ "type": "option"
1170
+ }
1171
+ },
1172
+ "hasDynamicHelp": true,
1173
+ "hiddenAliases": [],
1174
+ "id": "github:check:closed",
1175
+ "pluginAlias": "@salesforce/plugin-release-management",
1176
+ "pluginName": "@salesforce/plugin-release-management",
1177
+ "pluginType": "core",
1178
+ "strict": true,
1179
+ "summary": "Show open Github issues with GUS WI",
1180
+ "enableJsonFlag": true,
1181
+ "isESM": true,
1182
+ "relativePath": [
1183
+ "lib",
1184
+ "commands",
1185
+ "github",
1186
+ "check",
1187
+ "closed.js"
1188
+ ]
1189
+ },
1190
1190
  "npm:dependencies:pin": {
1191
1191
  "aliases": [],
1192
1192
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.28"
1393
+ "version": "5.7.29"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.28",
4
+ "version": "5.7.29",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "got": "^13",
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.4.0",
29
- "semver": "^7.7.0",
29
+ "semver": "^7.7.2",
30
30
  "shelljs": "^0.10.0",
31
31
  "standard-version": "^9.5.0",
32
32
  "strip-ansi": "^6",