Skip to content

Commit a744571

Browse files
committed
fix: pin minipass-flush@1.0.7 in overrides, port patch from 1.0.5
1 parent 2356b17 commit a744571

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
diff --git a/index.js b/index.js
2-
index cb2537fa6b2b57b790cf6e8704a90ea52351e638..f435f5d7fde518722c010d7612a6ff11b4cf52c2 100644
32
--- a/index.js
43
+++ b/index.js
54
@@ -1,4 +1,4 @@
@@ -9,11 +8,10 @@ index cb2537fa6b2b57b790cf6e8704a90ea52351e638..f435f5d7fde518722c010d7612a6ff11
98
const _flushed = Symbol('_flushed')
109
const _flushing = Symbol('_flushing')
1110
diff --git a/package.json b/package.json
12-
index 09127d0ec2015cd969307c23ea7c8a1d7414a21c..e13856c53443ba75a31933c25ea38ac06f574b73 100644
1311
--- a/package.json
1412
+++ b/package.json
15-
@@ -18,7 +18,7 @@
16-
"tap": "^14.6.9"
13+
@@ -21,7 +21,7 @@
14+
"tap": "^15.1.6"
1715
},
1816
"dependencies": {
1917
- "minipass": "^3.0.0"

pnpm-lock.yaml

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ overrides:
2525
minimatch: 9.0.6
2626
minipass: 7.1.3
2727
minipass-fetch: 4.0.1
28+
minipass-flush: 1.0.7
2829
minipass-sized: 1.0.3
2930
minipass@7: 7.1.3
3031
minizlib: 3.1.0
@@ -49,6 +50,7 @@ patchedDependencies:
4950
'@npmcli/run-script@10.0.0': patches/@npmcli__run-script@10.0.0.patch
5051
'@sigstore/sign@4.1.0': patches/@sigstore__sign@4.1.0.patch
5152
execa@5.1.1: patches/execa@5.1.1.patch
53+
minipass-flush@1.0.7: patches/minipass-flush@1.0.7.patch
5254
minipass-pipeline@1.2.4: patches/minipass-pipeline@1.2.4.patch
5355
node-gyp@11.5.0: patches/node-gyp@11.5.0.patch
5456
minipass-sized@1.0.3: patches/minipass-sized@1.0.3.patch

0 commit comments

Comments
 (0)