From b999c1ceea650b3f70426563880d248531f92ad4 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 10 Jun 2024 10:19:06 -0400 Subject: [PATCH] build: does minimatch 6 break things --- is-outside-dir-win32.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/is-outside-dir-win32.js b/is-outside-dir-win32.js index 2bacbde..05e34a9 100644 --- a/is-outside-dir-win32.js +++ b/is-outside-dir-win32.js @@ -1,7 +1,7 @@ 'use strict'; const path = require('path'); -const { minimatch } = require('minimatch'); +const minimatch = require('minimatch'); const dot = { dot: true };