@biffo/cli 0.253.1 → 0.253.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.
@@ -43,7 +43,8 @@
43
43
  "sharp@<0.35.0": ">=0.35.0",
44
44
  "brace-expansion@<5.0.9": ">=5.0.9",
45
45
  "undici@<7.29.0": ">=7.29.0",
46
- "js-yaml@<4.3.1": ">=4.3.1 <5"
46
+ "js-yaml@<4.3.1": ">=4.3.1 <5",
47
+ "nanoid@<3.3.17": ">=3.3.17 <4"
47
48
  }
48
49
  }
49
50
  }
@@ -10,6 +10,7 @@ overrides:
10
10
  brace-expansion@<5.0.9: '>=5.0.9'
11
11
  undici@<7.29.0: '>=7.29.0'
12
12
  js-yaml@<4.3.1: '>=4.3.1 <5'
13
+ nanoid@<3.3.17: '>=3.3.17 <4'
13
14
 
14
15
  importers:
15
16
 
@@ -1983,8 +1984,8 @@ packages:
1983
1984
  ms@2.1.3:
1984
1985
  resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
1985
1986
 
1986
- nanoid@3.3.16:
1987
- resolution: {integrity: sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==}
1987
+ nanoid@3.3.18:
1988
+ resolution: {integrity: sha512-DTg4MJbGMWkfi6VZFdNt2/caMbQy4Ou+Op/hJQvGEWcnVfoA1QA+xzRKAzw9jD6+GVOOeYr/mIcuDSdug6F6+w==}
1988
1989
  engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
1989
1990
  hasBin: true
1990
1991
 
@@ -4594,7 +4595,7 @@ snapshots:
4594
4595
 
4595
4596
  ms@2.1.3: {}
4596
4597
 
4597
- nanoid@3.3.16: {}
4598
+ nanoid@3.3.18: {}
4598
4599
 
4599
4600
  napi-postinstall@0.3.4: {}
4600
4601
 
@@ -4739,7 +4740,7 @@ snapshots:
4739
4740
 
4740
4741
  postcss@8.5.23:
4741
4742
  dependencies:
4742
- nanoid: 3.3.16
4743
+ nanoid: 3.3.18
4743
4744
  picocolors: 1.1.1
4744
4745
  source-map-js: 1.2.1
4745
4746
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.253.1",
3
+ "version": "0.253.2",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",