Skip to content

Commit

Permalink
deps: minimatch@9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed May 3, 2023
1 parent 13aa7b7 commit e498f82
Show file tree
Hide file tree
Showing 60 changed files with 771 additions and 8,121 deletions.
2 changes: 1 addition & 1 deletion lib/workspaces/get-workspaces.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { resolve, relative } = require('path')
const mapWorkspaces = require('@npmcli/map-workspaces')
const minimatch = require('minimatch')
const { minimatch } = require('minimatch')
const rpj = require('read-package-json-fast')

// minimatch wants forward slashes only for glob patterns
Expand Down
12 changes: 3 additions & 9 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
!/@npmcli/git
!/@npmcli/installed-package-contents
!/@npmcli/map-workspaces
!/@npmcli/map-workspaces/node_modules/
/@npmcli/map-workspaces/node_modules/*
!/@npmcli/map-workspaces/node_modules/minimatch
!/@npmcli/metavuln-calculator
!/@npmcli/move-file
!/@npmcli/name-from-folder
Expand All @@ -52,6 +49,9 @@
/@tufjs/*
!/@tufjs/canonical-json
!/@tufjs/models
!/@tufjs/models/node_modules/
/@tufjs/models/node_modules/*
!/@tufjs/models/node_modules/minimatch
!/abbrev
!/abort-controller
!/agent-base
Expand Down Expand Up @@ -113,9 +113,6 @@
!/function-bind
!/gauge
!/glob
!/glob/node_modules/
/glob/node_modules/*
!/glob/node_modules/minimatch
!/graceful-fs
!/has-flag
!/has-unicode
Expand All @@ -128,9 +125,6 @@
!/iconv-lite
!/ieee754
!/ignore-walk
!/ignore-walk/node_modules/
/ignore-walk/node_modules/*
!/ignore-walk/node_modules/minimatch
!/imurmurhash
!/indent-string
!/infer-owner
Expand Down
Loading

0 comments on commit e498f82

Please sign in to comment.