Skip to content

Commit d43f881

Browse files
committedFeb 7, 2023
deps: map-workspaces@3.0.2
1 parent 4bf4c22 commit d43f881

File tree

10 files changed

+14
-1027
lines changed

10 files changed

+14
-1027
lines changed
 

‎node_modules/.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
!/@npmcli/git
2222
!/@npmcli/installed-package-contents
2323
!/@npmcli/map-workspaces
24-
!/@npmcli/map-workspaces/node_modules/
25-
/@npmcli/map-workspaces/node_modules/*
26-
!/@npmcli/map-workspaces/node_modules/minimatch
2724
!/@npmcli/metavuln-calculator
2825
!/@npmcli/name-from-folder
2926
!/@npmcli/node-gyp

‎node_modules/@npmcli/map-workspaces/node_modules/minimatch/LICENSE

-15
This file was deleted.

‎node_modules/@npmcli/map-workspaces/node_modules/minimatch/lib/path.js

-4
This file was deleted.

‎node_modules/@npmcli/map-workspaces/node_modules/minimatch/minimatch.js

-944
This file was deleted.

‎node_modules/@npmcli/map-workspaces/node_modules/minimatch/package.json

-35
This file was deleted.

‎node_modules/@npmcli/map-workspaces/package.json

+4-4
Original file line numberDiff line numberDiff line change

‎package-lock.json

+7-19
Original file line numberDiff line numberDiff line change

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@isaacs/string-locale-compare": "^1.1.0",
5656
"@npmcli/arborist": "^6.2.1",
5757
"@npmcli/config": "^6.1.2",
58-
"@npmcli/map-workspaces": "^3.0.1",
58+
"@npmcli/map-workspaces": "^3.0.2",
5959
"@npmcli/package-json": "^3.0.0",
6060
"@npmcli/run-script": "^6.0.0",
6161
"abbrev": "^2.0.0",

‎workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@isaacs/string-locale-compare": "^1.1.0",
77
"@npmcli/fs": "^3.1.0",
88
"@npmcli/installed-package-contents": "^2.0.0",
9-
"@npmcli/map-workspaces": "^3.0.1",
9+
"@npmcli/map-workspaces": "^3.0.2",
1010
"@npmcli/metavuln-calculator": "^5.0.0",
1111
"@npmcli/name-from-folder": "^2.0.0",
1212
"@npmcli/node-gyp": "^3.0.0",

‎workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"tap": "^16.3.4"
3838
},
3939
"dependencies": {
40-
"@npmcli/map-workspaces": "^3.0.1",
40+
"@npmcli/map-workspaces": "^3.0.2",
4141
"ini": "^3.0.0",
4242
"nopt": "^7.0.0",
4343
"proc-log": "^3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.