Skip to content

Commit 4e5e174

Browse files
committed
release: update audited build dependencies
Release Patchflow 0.8.2 with patched transitive build dependencies. Raise the Browserslist, baseline-browser-mapping, and js-yaml resolution floors so the complete pnpm dependency graph audits cleanly while preserving the existing Jest and Babel major versions.
1 parent 2b3b40f commit 4e5e174

3 files changed

Lines changed: 39 additions & 33 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patchflow",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": false,
55
"description": "Lightweight patch-based directed acyclic graph realtime sync core",
66
"license": "MIT",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ packages:
33

44
overrides:
55
"ajv@>=6.0.0 <6.14.0": ">=6.14.0 <7"
6+
"baseline-browser-mapping@>=2.0.0 <2.11.0": ">=2.11.0 <3"
67
"brace-expansion@>=1.0.0 <1.1.16": ">=1.1.16 <2"
78
"brace-expansion@>=2.0.0 <2.0.3": ">=2.0.3 <3"
9+
"browserslist@<=4.28.6": ">=4.28.7 <5"
810
"diff@>=4.0.0 <4.0.4": ">=4.0.4 <5"
911
"flatted@<3.4.2": ">=3.4.2 <4"
1012
"handlebars@<4.7.9": ">=4.7.9 <5"
11-
"js-yaml@>=3.0.0 <3.15.1": ">=3.15.1 <4"
13+
"js-yaml@>=3.0.0 <3.15.2": ">=3.15.2 <4"
1214
"minimatch@>=3.0.0 <3.1.4": ">=3.1.4 <4"
1315
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7 <10"
1416
"picomatch@>=2.0.0 <2.3.2": ">=2.3.2 <3"

0 commit comments

Comments
 (0)