Skip to content

Commit 13b4d6a

Browse files
committed
deps: minimatch@10.2.1
1 parent 45d4000 commit 13b4d6a

File tree

27 files changed

+227
-202
lines changed

27 files changed

+227
-202
lines changed

DEPENDENCIES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ graph LR;
258258
bin-links-->proc-log;
259259
bin-links-->read-cmd-shim;
260260
bin-links-->write-file-atomic;
261+
brace-expansion-->balanced-match;
261262
cacache-->fs-minipass;
262263
cacache-->glob;
263264
cacache-->lru-cache;
@@ -294,7 +295,6 @@ graph LR;
294295
init-package-json-->validate-npm-package-license;
295296
init-package-json-->validate-npm-package-name;
296297
is-cidr-->cidr-regex;
297-
isaacs-brace-expansion-->isaacs-balanced-match["@isaacs/balanced-match"];
298298
isaacs-fs-minipass-->minipass;
299299
libnpmaccess-->npm-package-arg;
300300
libnpmaccess-->npm-registry-fetch;
@@ -397,7 +397,7 @@ graph LR;
397397
make-fetch-happen-->proc-log;
398398
make-fetch-happen-->promise-retry;
399399
make-fetch-happen-->ssri;
400-
minimatch-->isaacs-brace-expansion["@isaacs/brace-expansion"];
400+
minimatch-->brace-expansion;
401401
minipass-->yallist;
402402
minipass-collect-->minipass;
403403
minipass-fetch-->encoding;

node_modules/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
# Allow all bundled deps
66
!/@isaacs/
77
/@isaacs/*
8-
!/@isaacs/balanced-match
9-
!/@isaacs/brace-expansion
108
!/@isaacs/fs-minipass
119
!/@isaacs/string-locale-compare
1210
!/@npmcli/
@@ -43,6 +41,10 @@
4341
!/archy
4442
!/bin-links
4543
!/binary-extensions
44+
!/brace-expansion
45+
!/brace-expansion/node_modules/
46+
/brace-expansion/node_modules/*
47+
!/brace-expansion/node_modules/balanced-match
4648
!/cacache
4749
!/chalk
4850
!/chownr
File renamed without changes.

node_modules/@isaacs/brace-expansion/dist/commonjs/index.js renamed to node_modules/brace-expansion/dist/commonjs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Object.defineProperty(exports, "__esModule", { value: true });
33
exports.EXPANSION_MAX = void 0;
44
exports.expand = expand;
5-
const balanced_match_1 = require("@isaacs/balanced-match");
5+
const balanced_match_1 = require("balanced-match");
66
const escSlash = '\0SLASH' + Math.random() + '\0';
77
const escOpen = '\0OPEN' + Math.random() + '\0';
88
const escClose = '\0CLOSE' + Math.random() + '\0';

node_modules/@isaacs/balanced-match/dist/commonjs/package.json renamed to node_modules/brace-expansion/dist/commonjs/package.json

File renamed without changes.

node_modules/@isaacs/brace-expansion/dist/esm/index.js renamed to node_modules/brace-expansion/dist/esm/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { balanced } from '@isaacs/balanced-match';
1+
import { balanced } from 'balanced-match';
22
const escSlash = '\0SLASH' + Math.random() + '\0';
33
const escOpen = '\0OPEN' + Math.random() + '\0';
44
const escClose = '\0CLOSE' + Math.random() + '\0';

node_modules/@isaacs/balanced-match/dist/esm/package.json renamed to node_modules/brace-expansion/dist/esm/package.json

File renamed without changes.

node_modules/@isaacs/balanced-match/LICENSE.md renamed to node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md

File renamed without changes.

node_modules/@isaacs/balanced-match/dist/commonjs/index.js renamed to node_modules/brace-expansion/node_modules/balanced-match/dist/commonjs/index.js

File renamed without changes.

node_modules/@isaacs/brace-expansion/dist/commonjs/package.json renamed to node_modules/brace-expansion/node_modules/balanced-match/dist/commonjs/package.json

File renamed without changes.

0 commit comments

Comments
 (0)