@biffo/cli 0.238.1 → 0.238.2

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.
@@ -40,7 +40,7 @@
40
40
  "overrides": {
41
41
  "postcss@<8.5.18": ">=8.5.18",
42
42
  "sharp@<0.35.0": ">=0.35.0",
43
- "brace-expansion@<5.0.8": ">=5.0.8"
43
+ "brace-expansion@<5.0.9": ">=5.0.9"
44
44
  }
45
45
  }
46
46
  }
@@ -7,7 +7,7 @@ settings:
7
7
  overrides:
8
8
  postcss@<8.5.18: '>=8.5.18'
9
9
  sharp@<0.35.0: '>=0.35.0'
10
- brace-expansion@<5.0.8: '>=5.0.8'
10
+ brace-expansion@<5.0.9: '>=5.0.9'
11
11
 
12
12
  importers:
13
13
 
@@ -1236,8 +1236,8 @@ packages:
1236
1236
  bidi-js@1.0.3:
1237
1237
  resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==}
1238
1238
 
1239
- brace-expansion@5.0.8:
1240
- resolution: {integrity: sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==}
1239
+ brace-expansion@5.0.9:
1240
+ resolution: {integrity: sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==}
1241
1241
  engines: {node: 20 || >=22}
1242
1242
 
1243
1243
  braces@3.0.3:
@@ -3668,7 +3668,7 @@ snapshots:
3668
3668
  dependencies:
3669
3669
  require-from-string: 2.0.2
3670
3670
 
3671
- brace-expansion@5.0.8:
3671
+ brace-expansion@5.0.9:
3672
3672
  dependencies:
3673
3673
  balanced-match: 4.0.4
3674
3674
 
@@ -4582,11 +4582,11 @@ snapshots:
4582
4582
 
4583
4583
  minimatch@10.2.5:
4584
4584
  dependencies:
4585
- brace-expansion: 5.0.8
4585
+ brace-expansion: 5.0.9
4586
4586
 
4587
4587
  minimatch@3.1.5:
4588
4588
  dependencies:
4589
- brace-expansion: 5.0.8
4589
+ brace-expansion: 5.0.9
4590
4590
 
4591
4591
  minimist@1.2.8: {}
4592
4592
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.238.1",
3
+ "version": "0.238.2",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",