We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d303f5 commit c03546dCopy full SHA for c03546d
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "cogs",
3
- "version": "4.8.4",
+ "version": "4.8.5",
4
"type": "module",
5
"author": "Casey Foster <c@sey.me>",
6
"description": "The fast file transform pipeline.",
@@ -20,8 +20,8 @@
20
"dependencies": {
21
"chalk": "5",
22
"commander": "12",
23
- "glob": "10",
24
- "minimatch": "9",
+ "glob": "11",
+ "minimatch": "10",
25
"mkdirp": "3",
26
"underscore": "1",
27
"watchy": "0.10"
0 commit comments