Skip to content

Commit

Permalink
chore: bump minimatch 5->9
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 11, 2023
1 parent 13ed9d9 commit f300125
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/plugin-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@patternfly/react-table": "^4.113.0",
"common-path-prefix": "^3.0.0",
"ini": "^4.0.0",
"minimatch": "^5.1.1",
"minimatch": "^9.0.0",
"minio": "^7.0.33"
},
"krew": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-s3/src/vfs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/* eslint-disable array-callback-return */

import Debug from 'debug'
import minimatch from 'minimatch'
import { minimatch } from 'minimatch'
import { createWriteStream } from 'fs'
import { basename, dirname, join } from 'path'
import { PassThrough, Readable, Writable } from 'stream'
Expand Down

0 comments on commit f300125

Please sign in to comment.