@salesforce/plugin-release-management 4.1.13 → 4.1.14

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.13",
3
+ "version": "4.1.14",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "4.1.13",
9
+ "version": "4.1.14",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^2.8.10",
@@ -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.2.3",
17
- "@salesforce/core": "^4.3.5",
17
+ "@salesforce/core": "^4.3.11",
18
18
  "@salesforce/kit": "^3.0.3",
19
19
  "@salesforce/plugin-command-reference": "^3.0.10",
20
20
  "@salesforce/plugin-trust": "^2.4.2",
@@ -56,7 +56,7 @@
56
56
  "eslint-plugin-header": "^3.1.1",
57
57
  "eslint-plugin-import": "2.27.5",
58
58
  "eslint-plugin-jsdoc": "^44.2.4",
59
- "eslint-plugin-sf-plugin": "^1.15.10",
59
+ "eslint-plugin-sf-plugin": "^1.15.13",
60
60
  "husky": "^7.0.4",
61
61
  "mocha": "^9.1.3",
62
62
  "nyc": "^15.1.0",
@@ -2663,9 +2663,9 @@
2663
2663
  }
2664
2664
  },
2665
2665
  "node_modules/@salesforce/core": {
2666
- "version": "4.3.10",
2667
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.10.tgz",
2668
- "integrity": "sha512-xWwn9cSMXVSGobcROajVWNcEZ4QY3KbaSyZe7swXJtulJ26CB1Fv3QJB8RxStrj0XaXwt8m1nuiBwh03DTvCKg==",
2666
+ "version": "4.3.11",
2667
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
2668
+ "integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
2669
2669
  "license": "BSD-3-Clause",
2670
2670
  "dependencies": {
2671
2671
  "@salesforce/bunyan": "^2.0.0",
@@ -2680,7 +2680,7 @@
2680
2680
  "form-data": "^4.0.0",
2681
2681
  "js2xmlparser": "^4.0.1",
2682
2682
  "jsforce": "^2.0.0-beta.27",
2683
- "jsonwebtoken": "9.0.0",
2683
+ "jsonwebtoken": "9.0.1",
2684
2684
  "jszip": "3.10.1",
2685
2685
  "proper-lockfile": "^4.1.2",
2686
2686
  "ts-retry-promise": "^0.7.0"
@@ -3001,6 +3001,22 @@
3001
3001
  "tslib": "^2.5.0"
3002
3002
  }
3003
3003
  },
3004
+ "node_modules/@salesforce/plugin-telemetry/node_modules/jsonwebtoken": {
3005
+ "version": "9.0.0",
3006
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
3007
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
3008
+ "license": "MIT",
3009
+ "dependencies": {
3010
+ "jws": "^3.2.2",
3011
+ "lodash": "^4.17.21",
3012
+ "ms": "^2.1.1",
3013
+ "semver": "^7.3.8"
3014
+ },
3015
+ "engines": {
3016
+ "node": ">=12",
3017
+ "npm": ">=6"
3018
+ }
3019
+ },
3004
3020
  "node_modules/@salesforce/plugin-trust": {
3005
3021
  "version": "2.4.20",
3006
3022
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.4.20.tgz",
@@ -3134,6 +3150,22 @@
3134
3150
  "node": ">= 6"
3135
3151
  }
3136
3152
  },
3153
+ "node_modules/@salesforce/plugin-trust/node_modules/jsonwebtoken": {
3154
+ "version": "9.0.0",
3155
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
3156
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
3157
+ "license": "MIT",
3158
+ "dependencies": {
3159
+ "jws": "^3.2.2",
3160
+ "lodash": "^4.17.21",
3161
+ "ms": "^2.1.1",
3162
+ "semver": "^7.3.8"
3163
+ },
3164
+ "engines": {
3165
+ "node": ">=12",
3166
+ "npm": ">=6"
3167
+ }
3168
+ },
3137
3169
  "node_modules/@salesforce/plugin-trust/node_modules/lru-cache": {
3138
3170
  "version": "5.1.1",
3139
3171
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
@@ -3296,6 +3328,22 @@
3296
3328
  "ms": "^2.1.1"
3297
3329
  }
3298
3330
  },
3331
+ "node_modules/@salesforce/telemetry/node_modules/jsonwebtoken": {
3332
+ "version": "9.0.0",
3333
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
3334
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
3335
+ "license": "MIT",
3336
+ "dependencies": {
3337
+ "jws": "^3.2.2",
3338
+ "lodash": "^4.17.21",
3339
+ "ms": "^2.1.1",
3340
+ "semver": "^7.3.8"
3341
+ },
3342
+ "engines": {
3343
+ "node": ">=12",
3344
+ "npm": ">=6"
3345
+ }
3346
+ },
3299
3347
  "node_modules/@salesforce/ts-sinon": {
3300
3348
  "version": "1.4.8",
3301
3349
  "resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.8.tgz",
@@ -7844,13 +7892,13 @@
7844
7892
  }
7845
7893
  },
7846
7894
  "node_modules/eslint-plugin-sf-plugin": {
7847
- "version": "1.15.10",
7848
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.15.10.tgz",
7849
- "integrity": "sha512-OjSw7FIuoA+48d8KMKIYpcvCEs5rQagysHIpHZ2yJcEp2aGzP3+2R9qZcCnQjYSat4JKrPHWwjuJKRnV3txQtw==",
7895
+ "version": "1.15.13",
7896
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.15.13.tgz",
7897
+ "integrity": "sha512-iAmGr1aAqAhnEN3jJpIRVdmDY6VpFn790ZZP/Z+KS1fChqdx/JLcItu9t+eVEah5bNWPJQ+gREea8ySfaSf62Q==",
7850
7898
  "dev": true,
7851
7899
  "license": "BSD-3-Clause",
7852
7900
  "dependencies": {
7853
- "@salesforce/core": "^4.3.5",
7901
+ "@salesforce/core": "^4.3.7",
7854
7902
  "@typescript-eslint/utils": "^5.59.11"
7855
7903
  },
7856
7904
  "engines": {
@@ -10625,9 +10673,9 @@
10625
10673
  }
10626
10674
  },
10627
10675
  "node_modules/jsonwebtoken": {
10628
- "version": "9.0.0",
10629
- "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
10630
- "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
10676
+ "version": "9.0.1",
10677
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz",
10678
+ "integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==",
10631
10679
  "license": "MIT",
10632
10680
  "dependencies": {
10633
10681
  "jws": "^3.2.2",
@@ -23823,9 +23871,9 @@
23823
23871
  }
23824
23872
  },
23825
23873
  "@salesforce/core": {
23826
- "version": "4.3.10",
23827
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.10.tgz",
23828
- "integrity": "sha512-xWwn9cSMXVSGobcROajVWNcEZ4QY3KbaSyZe7swXJtulJ26CB1Fv3QJB8RxStrj0XaXwt8m1nuiBwh03DTvCKg==",
23874
+ "version": "4.3.11",
23875
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
23876
+ "integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
23829
23877
  "requires": {
23830
23878
  "@salesforce/bunyan": "^2.0.0",
23831
23879
  "@salesforce/kit": "^3.0.4",
@@ -23839,7 +23887,7 @@
23839
23887
  "form-data": "^4.0.0",
23840
23888
  "js2xmlparser": "^4.0.1",
23841
23889
  "jsforce": "^2.0.0-beta.27",
23842
- "jsonwebtoken": "9.0.0",
23890
+ "jsonwebtoken": "9.0.1",
23843
23891
  "jszip": "3.10.1",
23844
23892
  "proper-lockfile": "^4.1.2",
23845
23893
  "ts-retry-promise": "^0.7.0"
@@ -24089,6 +24137,17 @@
24089
24137
  "requires": {
24090
24138
  "tslib": "^2.5.0"
24091
24139
  }
24140
+ },
24141
+ "jsonwebtoken": {
24142
+ "version": "9.0.0",
24143
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
24144
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
24145
+ "requires": {
24146
+ "jws": "^3.2.2",
24147
+ "lodash": "^4.17.21",
24148
+ "ms": "^2.1.1",
24149
+ "semver": "^7.3.8"
24150
+ }
24092
24151
  }
24093
24152
  }
24094
24153
  },
@@ -24203,6 +24262,17 @@
24203
24262
  "ftp": "^0.3.10"
24204
24263
  }
24205
24264
  },
24265
+ "jsonwebtoken": {
24266
+ "version": "9.0.0",
24267
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
24268
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
24269
+ "requires": {
24270
+ "jws": "^3.2.2",
24271
+ "lodash": "^4.17.21",
24272
+ "ms": "^2.1.1",
24273
+ "semver": "^7.3.8"
24274
+ }
24275
+ },
24206
24276
  "lru-cache": {
24207
24277
  "version": "5.1.1",
24208
24278
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
@@ -24341,6 +24411,17 @@
24341
24411
  "requires": {
24342
24412
  "ms": "^2.1.1"
24343
24413
  }
24414
+ },
24415
+ "jsonwebtoken": {
24416
+ "version": "9.0.0",
24417
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
24418
+ "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
24419
+ "requires": {
24420
+ "jws": "^3.2.2",
24421
+ "lodash": "^4.17.21",
24422
+ "ms": "^2.1.1",
24423
+ "semver": "^7.3.8"
24424
+ }
24344
24425
  }
24345
24426
  }
24346
24427
  },
@@ -27615,12 +27696,12 @@
27615
27696
  "requires": {}
27616
27697
  },
27617
27698
  "eslint-plugin-sf-plugin": {
27618
- "version": "1.15.10",
27619
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.15.10.tgz",
27620
- "integrity": "sha512-OjSw7FIuoA+48d8KMKIYpcvCEs5rQagysHIpHZ2yJcEp2aGzP3+2R9qZcCnQjYSat4JKrPHWwjuJKRnV3txQtw==",
27699
+ "version": "1.15.13",
27700
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.15.13.tgz",
27701
+ "integrity": "sha512-iAmGr1aAqAhnEN3jJpIRVdmDY6VpFn790ZZP/Z+KS1fChqdx/JLcItu9t+eVEah5bNWPJQ+gREea8ySfaSf62Q==",
27621
27702
  "dev": true,
27622
27703
  "requires": {
27623
- "@salesforce/core": "^4.3.5",
27704
+ "@salesforce/core": "^4.3.7",
27624
27705
  "@typescript-eslint/utils": "^5.59.11"
27625
27706
  }
27626
27707
  },
@@ -29405,9 +29486,9 @@
29405
29486
  }
29406
29487
  },
29407
29488
  "jsonwebtoken": {
29408
- "version": "9.0.0",
29409
- "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
29410
- "integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
29489
+ "version": "9.0.1",
29490
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz",
29491
+ "integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==",
29411
29492
  "requires": {
29412
29493
  "jws": "^3.2.2",
29413
29494
  "lodash": "^4.17.21",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.1.13",
2
+ "version": "4.1.14",
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.13",
4
+ "version": "4.1.14",
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.2.3",
16
- "@salesforce/core": "^4.3.5",
16
+ "@salesforce/core": "^4.3.11",
17
17
  "@salesforce/kit": "^3.0.3",
18
18
  "@salesforce/plugin-command-reference": "^3.0.10",
19
19
  "@salesforce/plugin-trust": "^2.4.2",
@@ -52,7 +52,7 @@
52
52
  "eslint-plugin-header": "^3.1.1",
53
53
  "eslint-plugin-import": "2.27.5",
54
54
  "eslint-plugin-jsdoc": "^44.2.4",
55
- "eslint-plugin-sf-plugin": "^1.15.10",
55
+ "eslint-plugin-sf-plugin": "^1.15.13",
56
56
  "husky": "^7.0.4",
57
57
  "mocha": "^9.1.3",
58
58
  "nyc": "^15.1.0",
@@ -284,7 +284,7 @@
284
284
  }
285
285
  },
286
286
  "sfdx": {
287
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.13.crt",
288
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.13.sig"
287
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.14.crt",
288
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-release-management/4.1.14.sig"
289
289
  }
290
290
  }