diff --git a/latest-compatible-sets.json b/latest-compatible-sets.json index 0f28d569..2b84a8cd 100644 --- a/latest-compatible-sets.json +++ b/latest-compatible-sets.json @@ -27,5 +27,5 @@ "0.15.7": "psc-0.15.7-20230408", "0.15.8": "psc-0.15.8-20230617", "0.15.9": "psc-0.15.9-20230718", - "0.15.10": "psc-0.15.10-20230804" + "0.15.10": "psc-0.15.10-20230805" } diff --git a/packages.json b/packages.json index 52f78305..c01caa08 100644 --- a/packages.json +++ b/packages.json @@ -3949,7 +3949,7 @@ "node-path" ], "repo": "https://github.com/purescript-deprecated/purescript-node-fs-aff.git", - "version": "v9.2.0" + "version": "v9.2.2" }, "node-http": { "dependencies": [ @@ -4094,7 +4094,7 @@ "tailrec" ], "repo": "https://github.com/purescript-deprecated/purescript-node-streams-aff.git", - "version": "v5.0.0" + "version": "v5.0.2" }, "node-url": { "dependencies": [ diff --git a/src/packages.dhall b/src/packages.dhall index 2b199c45..220714a3 100644 --- a/src/packages.dhall +++ b/src/packages.dhall @@ -3521,7 +3521,7 @@ , node-fs-aff = { dependencies = [ "aff", "either", "node-fs", "node-path" ] , repo = "https://github.com/purescript-deprecated/purescript-node-fs-aff.git" - , version = "v9.2.0" + , version = "v9.2.2" } , node-http = { dependencies = @@ -3656,7 +3656,7 @@ ] , repo = "https://github.com/purescript-deprecated/purescript-node-streams-aff.git" - , version = "v5.0.0" + , version = "v5.0.2" } , node-url = { dependencies = [ "nullable" ]