@salesforce/plugin-release-management 4.1.29 → 4.1.30

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "4.1.29",
3
+ "version": "4.1.30",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "4.1.29",
9
+ "version": "4.1.30",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^2.15.0",
@@ -14,7 +14,7 @@
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^4.3.2",
17
- "@salesforce/core": "^5.2.0",
17
+ "@salesforce/core": "^5.2.7",
18
18
  "@salesforce/kit": "^3.0.9",
19
19
  "@salesforce/plugin-command-reference": "^3.0.25",
20
20
  "@salesforce/plugin-trust": "^2.6.8",
@@ -2454,14 +2454,14 @@
2454
2454
  }
2455
2455
  },
2456
2456
  "node_modules/@salesforce/core": {
2457
- "version": "5.2.1",
2458
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.1.tgz",
2459
- "integrity": "sha512-QMx11A0KA/Vl+Ckmz83cw+fiUCMOmsUD8CA3987wAkfJOgxtqyhT4R1R8tj7ad8flQydKUyL3o4UE/2u82tXOw==",
2457
+ "version": "5.2.7",
2458
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.2.7.tgz",
2459
+ "integrity": "sha512-3tRWuPCSx4oTyD00fJUuxhulPMtaEF0BVvNvYcm38Axj/0WeLGOw7CFvoTupmmcCALHJFnxB1Kl20jDvrbB/7w==",
2460
2460
  "license": "BSD-3-Clause",
2461
2461
  "dependencies": {
2462
- "@salesforce/kit": "^3.0.9",
2462
+ "@salesforce/kit": "^3.0.11",
2463
2463
  "@salesforce/schemas": "^1.6.0",
2464
- "@salesforce/ts-types": "^2.0.5",
2464
+ "@salesforce/ts-types": "^2.0.7",
2465
2465
  "@types/semver": "^7.5.0",
2466
2466
  "ajv": "^8.12.0",
2467
2467
  "change-case": "^4.1.2",
@@ -2469,13 +2469,14 @@
2469
2469
  "form-data": "^4.0.0",
2470
2470
  "js2xmlparser": "^4.0.1",
2471
2471
  "jsforce": "^2.0.0-beta.27",
2472
- "jsonwebtoken": "9.0.1",
2472
+ "jsonwebtoken": "9.0.2",
2473
2473
  "jszip": "3.10.1",
2474
- "pino": "^8.14.2",
2474
+ "pino": "^8.15.0",
2475
2475
  "pino-abstract-transport": "^1.0.0",
2476
2476
  "pino-pretty": "^10.2.0",
2477
2477
  "proper-lockfile": "^4.1.2",
2478
- "ts-retry-promise": "^0.7.0"
2478
+ "semver": "^7.5.4",
2479
+ "ts-retry-promise": "^0.7.1"
2479
2480
  },
2480
2481
  "engines": {
2481
2482
  "node": ">=16.0.0"
@@ -9476,15 +9477,21 @@
9476
9477
  }
9477
9478
  },
9478
9479
  "node_modules/jsonwebtoken": {
9479
- "version": "9.0.1",
9480
- "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz",
9481
- "integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==",
9480
+ "version": "9.0.2",
9481
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
9482
+ "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
9482
9483
  "license": "MIT",
9483
9484
  "dependencies": {
9484
9485
  "jws": "^3.2.2",
9485
- "lodash": "^4.17.21",
9486
+ "lodash.includes": "^4.3.0",
9487
+ "lodash.isboolean": "^3.0.3",
9488
+ "lodash.isinteger": "^4.0.4",
9489
+ "lodash.isnumber": "^3.0.3",
9490
+ "lodash.isplainobject": "^4.0.6",
9491
+ "lodash.isstring": "^4.0.1",
9492
+ "lodash.once": "^4.0.0",
9486
9493
  "ms": "^2.1.1",
9487
- "semver": "^7.3.8"
9494
+ "semver": "^7.5.4"
9488
9495
  },
9489
9496
  "engines": {
9490
9497
  "node": ">=12",
@@ -10424,6 +10431,18 @@
10424
10431
  "dev": true,
10425
10432
  "license": "MIT"
10426
10433
  },
10434
+ "node_modules/lodash.includes": {
10435
+ "version": "4.3.0",
10436
+ "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
10437
+ "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
10438
+ "license": "MIT"
10439
+ },
10440
+ "node_modules/lodash.isboolean": {
10441
+ "version": "3.0.3",
10442
+ "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
10443
+ "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
10444
+ "license": "MIT"
10445
+ },
10427
10446
  "node_modules/lodash.isfunction": {
10428
10447
  "version": "3.0.9",
10429
10448
  "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz",
@@ -10431,17 +10450,34 @@
10431
10450
  "dev": true,
10432
10451
  "license": "MIT"
10433
10452
  },
10453
+ "node_modules/lodash.isinteger": {
10454
+ "version": "4.0.4",
10455
+ "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
10456
+ "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
10457
+ "license": "MIT"
10458
+ },
10434
10459
  "node_modules/lodash.ismatch": {
10435
10460
  "version": "4.4.0",
10436
10461
  "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz",
10437
10462
  "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==",
10438
10463
  "license": "MIT"
10439
10464
  },
10465
+ "node_modules/lodash.isnumber": {
10466
+ "version": "3.0.3",
10467
+ "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
10468
+ "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
10469
+ "license": "MIT"
10470
+ },
10440
10471
  "node_modules/lodash.isplainobject": {
10441
10472
  "version": "4.0.6",
10442
10473
  "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
10443
10474
  "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
10444
- "dev": true,
10475
+ "license": "MIT"
10476
+ },
10477
+ "node_modules/lodash.isstring": {
10478
+ "version": "4.0.1",
10479
+ "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
10480
+ "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
10445
10481
  "license": "MIT"
10446
10482
  },
10447
10483
  "node_modules/lodash.kebabcase": {
@@ -10465,6 +10501,12 @@
10465
10501
  "dev": true,
10466
10502
  "license": "MIT"
10467
10503
  },
10504
+ "node_modules/lodash.once": {
10505
+ "version": "4.1.1",
10506
+ "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
10507
+ "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
10508
+ "license": "MIT"
10509
+ },
10468
10510
  "node_modules/lodash.snakecase": {
10469
10511
  "version": "4.1.1",
10470
10512
  "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz",
@@ -16517,15 +16559,15 @@
16517
16559
  }
16518
16560
  },
16519
16561
  "node_modules/pino": {
16520
- "version": "8.15.0",
16521
- "resolved": "https://registry.npmjs.org/pino/-/pino-8.15.0.tgz",
16522
- "integrity": "sha512-olUADJByk4twxccmAxb1RiGKOSvddHugCV3wkqjyv+3Sooa2KLrmXrKEWOKi0XPCLasRR5jBXxioE1jxUa4KzQ==",
16562
+ "version": "8.15.1",
16563
+ "resolved": "https://registry.npmjs.org/pino/-/pino-8.15.1.tgz",
16564
+ "integrity": "sha512-Cp4QzUQrvWCRJaQ8Lzv0mJzXVk4z2jlq8JNKMGaixC2Pz5L4l2p95TkuRvYbrEbe85NQsDKrAd4zalf7Ml6WiA==",
16523
16565
  "license": "MIT",
16524
16566
  "dependencies": {
16525
16567
  "atomic-sleep": "^1.0.0",
16526
16568
  "fast-redact": "^3.1.1",
16527
16569
  "on-exit-leak-free": "^2.1.0",
16528
- "pino-abstract-transport": "v1.0.0",
16570
+ "pino-abstract-transport": "v1.1.0",
16529
16571
  "pino-std-serializers": "^6.0.0",
16530
16572
  "process-warning": "^2.0.0",
16531
16573
  "quick-format-unescaped": "^4.0.3",
@@ -16539,9 +16581,9 @@
16539
16581
  }
16540
16582
  },
16541
16583
  "node_modules/pino-abstract-transport": {
16542
- "version": "1.0.0",
16543
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.0.0.tgz",
16544
- "integrity": "sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==",
16584
+ "version": "1.1.0",
16585
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz",
16586
+ "integrity": "sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==",
16545
16587
  "license": "MIT",
16546
16588
  "dependencies": {
16547
16589
  "readable-stream": "^4.0.0",
@@ -19073,9 +19115,9 @@
19073
19115
  }
19074
19116
  },
19075
19117
  "node_modules/ts-retry-promise": {
19076
- "version": "0.7.0",
19077
- "resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.0.tgz",
19078
- "integrity": "sha512-x6yWZXC4BfXy4UyMweOFvbS1yJ/Y5biSz/mEPiILtJZLrqD3ZxIpzVOGGgifHHdaSe3WxzFRtsRbychI6zofOg==",
19118
+ "version": "0.7.1",
19119
+ "resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz",
19120
+ "integrity": "sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==",
19079
19121
  "license": "MIT",
19080
19122
  "engines": {
19081
19123
  "node": ">=6"
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.29",
2
+ "version": "4.1.30",
3
3
  "commands": {
4
4
  "channel:promote": {
5
5
  "id": "channel:promote",
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": "4.1.29",
4
+ "version": "4.1.30",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "bin": {
@@ -13,7 +13,7 @@
13
13
  "@octokit/plugin-paginate-rest": "^6.1.2",
14
14
  "@octokit/plugin-throttling": "^5.2.3",
15
15
  "@salesforce/cli-plugins-testkit": "^4.3.2",
16
- "@salesforce/core": "^5.2.0",
16
+ "@salesforce/core": "^5.2.7",
17
17
  "@salesforce/kit": "^3.0.9",
18
18
  "@salesforce/plugin-command-reference": "^3.0.25",
19
19
  "@salesforce/plugin-trust": "^2.6.8",