Skip to content

Commit 159e2d3

Browse files
committed
fix: ping mingo to 6.4.6
there is a bug introduced in 6.4.7 that breaks building in some environments
1 parent f689bb4 commit 159e2d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@
103103
},
104104
"dependencies": {
105105
"fast-sort": "^3.4.0",
106-
"mingo": "^6.4.4"
106+
"mingo": "6.4.6"
107107
}
108108
}

0 commit comments

Comments
 (0)