@salesforce/plugin-signups 2.6.28 → 2.6.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
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  $ sf org create shape --target-org SourceOrg
124
124
  ```
125
125
 
126
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.29/src/commands/org/create/shape.ts)_
127
127
 
128
128
  ## `sf org create snapshot`
129
129
 
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179
179
  as a version control system tag or commit ID.
180
180
  ```
181
181
 
182
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.29/src/commands/org/create/snapshot.ts)_
183
183
 
184
184
  ## `sf org delete shape`
185
185
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ sf org delete shape --target-org SourceOrg --no-prompt
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.29/src/commands/org/delete/shape.ts)_
223
223
 
224
224
  ## `sf org delete snapshot`
225
225
 
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
264
264
  The IDs of scratch org snapshots start with 0Oo.
265
265
  ```
266
266
 
267
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.29/src/commands/org/delete/snapshot.ts)_
268
268
 
269
269
  ## `sf org get snapshot`
270
270
 
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311
311
  The IDs of scratch org snapshots start with 0Oo.
312
312
  ```
313
313
 
314
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.29/src/commands/org/get/snapshot.ts)_
315
315
 
316
316
  ## `sf org list shape`
317
317
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf org list shape --json > tmp/MyOrgShapeList.json
345
345
  ```
346
346
 
347
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.29/src/commands/org/list/shape.ts)_
348
348
 
349
349
  ## `sf org list snapshot`
350
350
 
@@ -386,6 +386,6 @@ EXAMPLES
386
386
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
387
387
  ```
388
388
 
389
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.28/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.29/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.28",
3
+ "version": "2.6.29",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.28",
9
+ "version": "2.6.29",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.11.0",
13
+ "@salesforce/core": "^8.12.0",
14
14
  "@salesforce/kit": "^3.2.3",
15
15
  "@salesforce/sf-plugins-core": "^12.2.2",
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.2.39",
19
+ "@oclif/plugin-command-snapshot": "^5.2.40",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
- "@salesforce/plugin-command-reference": "^3.1.52",
22
+ "@salesforce/plugin-command-reference": "^3.1.54",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "@types/chai-as-promised": "^7.1.8",
25
25
  "@types/chai-string": "^1.4.5",
26
26
  "chai-as-promised": "7.1.2",
27
27
  "chai-string": "^1.6.0",
28
- "eslint-plugin-sf-plugin": "^1.20.23",
28
+ "eslint-plugin-sf-plugin": "^1.20.24",
29
29
  "jsforce": "^2.0.0-beta.28",
30
- "oclif": "^4.17.46",
30
+ "oclif": "^4.18.0",
31
31
  "ts-node": "^10.9.2",
32
32
  "typescript": "^5.5.4"
33
33
  },
@@ -3690,9 +3690,9 @@
3690
3690
  }
3691
3691
  },
3692
3692
  "node_modules/@jsforce/jsforce-node": {
3693
- "version": "3.8.1",
3694
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
3695
- "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
3693
+ "version": "3.8.2",
3694
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
3695
+ "integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
3696
3696
  "license": "MIT",
3697
3697
  "dependencies": {
3698
3698
  "@sindresorhus/is": "^4",
@@ -3862,9 +3862,9 @@
3862
3862
  }
3863
3863
  },
3864
3864
  "node_modules/@oclif/plugin-command-snapshot": {
3865
- "version": "5.2.39",
3866
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
3867
- "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
3865
+ "version": "5.2.40",
3866
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
3867
+ "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
3868
3868
  "dev": true,
3869
3869
  "license": "MIT",
3870
3870
  "dependencies": {
@@ -3875,7 +3875,7 @@
3875
3875
  "lodash.difference": "^4.5.0",
3876
3876
  "lodash.get": "^4.4.2",
3877
3877
  "lodash.sortby": "^4.7.0",
3878
- "semver": "^7.7.1",
3878
+ "semver": "^7.7.2",
3879
3879
  "ts-json-schema-generator": "^1.5.1"
3880
3880
  },
3881
3881
  "engines": {
@@ -4241,12 +4241,12 @@
4241
4241
  }
4242
4242
  },
4243
4243
  "node_modules/@salesforce/core": {
4244
- "version": "8.11.0",
4245
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
4246
- "integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
4244
+ "version": "8.12.0",
4245
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
4246
+ "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
4247
4247
  "license": "BSD-3-Clause",
4248
4248
  "dependencies": {
4249
- "@jsforce/jsforce-node": "^3.8.1",
4249
+ "@jsforce/jsforce-node": "^3.8.2",
4250
4250
  "@salesforce/kit": "^3.2.2",
4251
4251
  "@salesforce/schemas": "^1.9.0",
4252
4252
  "@salesforce/ts-types": "^2.0.10",
@@ -4258,9 +4258,9 @@
4258
4258
  "js2xmlparser": "^4.0.1",
4259
4259
  "jsonwebtoken": "9.0.2",
4260
4260
  "jszip": "3.10.1",
4261
- "pino": "^9.4.0",
4261
+ "pino": "^9.7.0",
4262
4262
  "pino-abstract-transport": "^1.2.0",
4263
- "pino-pretty": "^11.2.2",
4263
+ "pino-pretty": "^11.3.0",
4264
4264
  "proper-lockfile": "^4.1.2",
4265
4265
  "semver": "^7.6.3",
4266
4266
  "ts-retry-promise": "^0.8.1"
@@ -4311,6 +4311,41 @@
4311
4311
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4312
4312
  "license": "MIT"
4313
4313
  },
4314
+ "node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
4315
+ "version": "1.2.0",
4316
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
4317
+ "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
4318
+ "license": "MIT",
4319
+ "dependencies": {
4320
+ "readable-stream": "^4.0.0",
4321
+ "split2": "^4.0.0"
4322
+ }
4323
+ },
4324
+ "node_modules/@salesforce/core/node_modules/readable-stream": {
4325
+ "version": "4.4.2",
4326
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
4327
+ "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
4328
+ "license": "MIT",
4329
+ "dependencies": {
4330
+ "abort-controller": "^3.0.0",
4331
+ "buffer": "^6.0.3",
4332
+ "events": "^3.3.0",
4333
+ "process": "^0.11.10",
4334
+ "string_decoder": "^1.3.0"
4335
+ },
4336
+ "engines": {
4337
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4338
+ }
4339
+ },
4340
+ "node_modules/@salesforce/core/node_modules/split2": {
4341
+ "version": "4.2.0",
4342
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
4343
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
4344
+ "license": "ISC",
4345
+ "engines": {
4346
+ "node": ">= 10.x"
4347
+ }
4348
+ },
4314
4349
  "node_modules/@salesforce/dev-config": {
4315
4350
  "version": "4.3.1",
4316
4351
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
@@ -4386,19 +4421,19 @@
4386
4421
  }
4387
4422
  },
4388
4423
  "node_modules/@salesforce/plugin-command-reference": {
4389
- "version": "3.1.52",
4390
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
4391
- "integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
4424
+ "version": "3.1.54",
4425
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
4426
+ "integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
4392
4427
  "dev": true,
4393
4428
  "license": "Apache-2.0",
4394
4429
  "dependencies": {
4395
4430
  "@oclif/core": "^4",
4396
- "@salesforce/core": "^8.10.1",
4431
+ "@salesforce/core": "^8.11.0",
4397
4432
  "@salesforce/kit": "^3.2.3",
4398
4433
  "@salesforce/sf-plugins-core": "^11.3.12",
4399
4434
  "@salesforce/ts-types": "^2.0.11",
4400
4435
  "chalk": "^5.4.1",
4401
- "debug": "^4.4.0",
4436
+ "debug": "^4.4.1",
4402
4437
  "handlebars": "^4.7.8"
4403
4438
  },
4404
4439
  "engines": {
@@ -7273,9 +7308,9 @@
7273
7308
  }
7274
7309
  },
7275
7310
  "node_modules/debug": {
7276
- "version": "4.4.0",
7277
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
7278
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
7311
+ "version": "4.4.1",
7312
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
7313
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
7279
7314
  "license": "MIT",
7280
7315
  "dependencies": {
7281
7316
  "ms": "^2.1.3"
@@ -8053,13 +8088,13 @@
8053
8088
  }
8054
8089
  },
8055
8090
  "node_modules/eslint-plugin-sf-plugin": {
8056
- "version": "1.20.23",
8057
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz",
8058
- "integrity": "sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==",
8091
+ "version": "1.20.24",
8092
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
8093
+ "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
8059
8094
  "dev": true,
8060
8095
  "license": "BSD-3-Clause",
8061
8096
  "dependencies": {
8062
- "@salesforce/core": "^8.10.3",
8097
+ "@salesforce/core": "^8.11.1",
8063
8098
  "@typescript-eslint/utils": "^7.18.0"
8064
8099
  },
8065
8100
  "engines": {
@@ -12118,9 +12153,9 @@
12118
12153
  }
12119
12154
  },
12120
12155
  "node_modules/oclif": {
12121
- "version": "4.17.46",
12122
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
12123
- "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==",
12156
+ "version": "4.18.0",
12157
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
12158
+ "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
12124
12159
  "dev": true,
12125
12160
  "license": "MIT",
12126
12161
  "dependencies": {
@@ -12133,8 +12168,8 @@
12133
12168
  "@oclif/plugin-help": "^6.2.27",
12134
12169
  "@oclif/plugin-not-found": "^3.2.48",
12135
12170
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
12171
+ "ansis": "^3.16.0",
12136
12172
  "async-retry": "^1.3.3",
12137
- "chalk": "^4",
12138
12173
  "change-case": "^4",
12139
12174
  "debug": "^4.4.0",
12140
12175
  "ejs": "^3.1.10",
@@ -12553,17 +12588,17 @@
12553
12588
  }
12554
12589
  },
12555
12590
  "node_modules/pino": {
12556
- "version": "9.4.0",
12557
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
12558
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
12591
+ "version": "9.7.0",
12592
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
12593
+ "integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
12559
12594
  "license": "MIT",
12560
12595
  "dependencies": {
12561
12596
  "atomic-sleep": "^1.0.0",
12562
12597
  "fast-redact": "^3.1.1",
12563
12598
  "on-exit-leak-free": "^2.1.0",
12564
- "pino-abstract-transport": "^1.2.0",
12599
+ "pino-abstract-transport": "^2.0.0",
12565
12600
  "pino-std-serializers": "^7.0.0",
12566
- "process-warning": "^4.0.0",
12601
+ "process-warning": "^5.0.0",
12567
12602
  "quick-format-unescaped": "^4.0.3",
12568
12603
  "real-require": "^0.2.0",
12569
12604
  "safe-stable-stringify": "^2.3.1",
@@ -12575,31 +12610,14 @@
12575
12610
  }
12576
12611
  },
12577
12612
  "node_modules/pino-abstract-transport": {
12578
- "version": "1.2.0",
12579
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
12580
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
12613
+ "version": "2.0.0",
12614
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
12615
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
12581
12616
  "license": "MIT",
12582
12617
  "dependencies": {
12583
- "readable-stream": "^4.0.0",
12584
12618
  "split2": "^4.0.0"
12585
12619
  }
12586
12620
  },
12587
- "node_modules/pino-abstract-transport/node_modules/readable-stream": {
12588
- "version": "4.4.2",
12589
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
12590
- "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
12591
- "license": "MIT",
12592
- "dependencies": {
12593
- "abort-controller": "^3.0.0",
12594
- "buffer": "^6.0.3",
12595
- "events": "^3.3.0",
12596
- "process": "^0.11.10",
12597
- "string_decoder": "^1.3.0"
12598
- },
12599
- "engines": {
12600
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12601
- }
12602
- },
12603
12621
  "node_modules/pino-abstract-transport/node_modules/split2": {
12604
12622
  "version": "4.2.0",
12605
12623
  "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
@@ -12610,9 +12628,9 @@
12610
12628
  }
12611
12629
  },
12612
12630
  "node_modules/pino-pretty": {
12613
- "version": "11.2.2",
12614
- "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz",
12615
- "integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==",
12631
+ "version": "11.3.0",
12632
+ "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
12633
+ "integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
12616
12634
  "license": "MIT",
12617
12635
  "dependencies": {
12618
12636
  "colorette": "^2.0.7",
@@ -12623,7 +12641,7 @@
12623
12641
  "joycon": "^3.1.1",
12624
12642
  "minimist": "^1.2.6",
12625
12643
  "on-exit-leak-free": "^2.1.0",
12626
- "pino-abstract-transport": "^1.0.0",
12644
+ "pino-abstract-transport": "^2.0.0",
12627
12645
  "pump": "^3.0.0",
12628
12646
  "readable-stream": "^4.0.0",
12629
12647
  "secure-json-parse": "^2.4.0",
@@ -12822,9 +12840,19 @@
12822
12840
  }
12823
12841
  },
12824
12842
  "node_modules/process-warning": {
12825
- "version": "4.0.0",
12826
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
12827
- "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==",
12843
+ "version": "5.0.0",
12844
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
12845
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
12846
+ "funding": [
12847
+ {
12848
+ "type": "github",
12849
+ "url": "https://github.com/sponsors/fastify"
12850
+ },
12851
+ {
12852
+ "type": "opencollective",
12853
+ "url": "https://opencollective.com/fastify"
12854
+ }
12855
+ ],
12828
12856
  "license": "MIT"
12829
12857
  },
12830
12858
  "node_modules/proper-lockfile": {
@@ -13497,9 +13525,9 @@
13497
13525
  "license": "BSD-3-Clause"
13498
13526
  },
13499
13527
  "node_modules/semver": {
13500
- "version": "7.7.1",
13501
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
13502
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
13528
+ "version": "7.7.2",
13529
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
13530
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
13503
13531
  "license": "ISC",
13504
13532
  "bin": {
13505
13533
  "semver": "bin/semver.js"