@salesforce/plugin-license-management 1.1.12 → 1.1.13

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
@@ -116,7 +116,7 @@ EXAMPLES
116
116
  $ sf license provision --target-org myScratchOrg --definition-file test/config/provisionPSLs.json
117
117
  ```
118
118
 
119
- _See code: [src/commands/license/provision.ts](https://github.com/salesforcecli/plugin-license-management/blob/1.1.12/src/commands/license/provision.ts)_
119
+ _See code: [src/commands/license/provision.ts](https://github.com/salesforcecli/plugin-license-management/blob/1.1.13/src/commands/license/provision.ts)_
120
120
 
121
121
  <!-- commandsstop -->
122
122
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-license-management",
3
- "version": "1.1.12",
3
+ "version": "1.1.13",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-license-management",
9
- "version": "1.1.12",
9
+ "version": "1.1.13",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -8483,16 +8483,16 @@
8483
8483
  }
8484
8484
  },
8485
8485
  "node_modules/form-data": {
8486
- "version": "4.0.5",
8487
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
8488
- "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
8486
+ "version": "4.0.6",
8487
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
8488
+ "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
8489
8489
  "license": "MIT",
8490
8490
  "dependencies": {
8491
8491
  "asynckit": "^0.4.0",
8492
8492
  "combined-stream": "^1.0.8",
8493
8493
  "es-set-tostringtag": "^2.1.0",
8494
- "hasown": "^2.0.2",
8495
- "mime-types": "^2.1.12"
8494
+ "hasown": "^2.0.4",
8495
+ "mime-types": "^2.1.35"
8496
8496
  },
8497
8497
  "engines": {
8498
8498
  "node": ">= 6"
@@ -8508,6 +8508,18 @@
8508
8508
  "node": ">= 14.17"
8509
8509
  }
8510
8510
  },
8511
+ "node_modules/form-data/node_modules/hasown": {
8512
+ "version": "2.0.4",
8513
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
8514
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
8515
+ "license": "MIT",
8516
+ "dependencies": {
8517
+ "function-bind": "^1.1.2"
8518
+ },
8519
+ "engines": {
8520
+ "node": ">= 0.4"
8521
+ }
8522
+ },
8511
8523
  "node_modules/fromentries": {
8512
8524
  "version": "1.3.2",
8513
8525
  "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
package/oclif.lock CHANGED
@@ -3743,15 +3743,15 @@ form-data-encoder@^2.1.2:
3743
3743
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
3744
3744
 
3745
3745
  form-data@^4.0.4, form-data@^4.0.5:
3746
- version "4.0.5"
3747
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3748
- integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
3746
+ version "4.0.6"
3747
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827"
3748
+ integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==
3749
3749
  dependencies:
3750
3750
  asynckit "^0.4.0"
3751
3751
  combined-stream "^1.0.8"
3752
3752
  es-set-tostringtag "^2.1.0"
3753
- hasown "^2.0.2"
3754
- mime-types "^2.1.12"
3753
+ hasown "^2.0.4"
3754
+ mime-types "^2.1.35"
3755
3755
 
3756
3756
  fromentries@^1.2.0:
3757
3757
  version "1.3.2"
@@ -4124,6 +4124,13 @@ hasown@^2.0.0, hasown@^2.0.2:
4124
4124
  dependencies:
4125
4125
  function-bind "^1.1.2"
4126
4126
 
4127
+ hasown@^2.0.4:
4128
+ version "2.0.4"
4129
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
4130
+ integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
4131
+ dependencies:
4132
+ function-bind "^1.1.2"
4133
+
4127
4134
  he@^1.2.0:
4128
4135
  version "1.2.0"
4129
4136
  resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -5195,7 +5202,7 @@ mime-db@1.52.0:
5195
5202
  resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
5196
5203
  integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
5197
5204
 
5198
- mime-types@^2.1.12:
5205
+ mime-types@^2.1.35:
5199
5206
  version "2.1.35"
5200
5207
  resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
5201
5208
  integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
@@ -138,5 +138,5 @@
138
138
  ]
139
139
  }
140
140
  },
141
- "version": "1.1.12"
141
+ "version": "1.1.13"
142
142
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-license-management",
3
3
  "description": "Manage Permission Set Licenses",
4
- "version": "1.1.12",
4
+ "version": "1.1.13",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -197,7 +197,7 @@
197
197
  "exports": "./lib/index.js",
198
198
  "type": "module",
199
199
  "sfdx": {
200
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.12.crt",
201
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.12.sig"
200
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.13.crt",
201
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.13.sig"
202
202
  }
203
203
  }