Skip to content

Commit

Permalink
πŸ‘· Update dependency minimatch to v9 (DataDog#2153)
Browse files Browse the repository at this point in the history
* πŸ‘· Update dependency minimatch to v9

* πŸ› use new named import

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bastien Caudan <[email protected]>
  • Loading branch information
renovate[bot] and bcaudan authored Apr 11, 2023
1 parent 098eaf4 commit 046e3a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eslint-local-rules/disallowProtectedDirectoryImport.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const path = require('path')
const minimatch = require('minimatch')
const { minimatch } = require('minimatch')
const resolve = require('eslint-module-utils/resolve').default
const moduleVisitor = require('eslint-module-utils/moduleVisitor').default
const importType = require('eslint-plugin-import/lib/core/importType').default
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"karma-spec-reporter": "0.0.36",
"karma-webpack": "5.0.0",
"lerna": "6.6.1",
"minimatch": "8.0.4",
"minimatch": "9.0.0",
"node-fetch": "3.3.1",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7291,10 +7291,10 @@ [email protected]:
dependencies:
brace-expansion "^1.1.7"

minimatch@8.0.4:
version "8.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
minimatch@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.0.tgz#bfc8e88a1c40ffd40c172ddac3decb8451503b56"
integrity sha512-0jJj8AvgKqWN05mrwuqi8QYKx1WmYSUoKSxu5Qhs9prezTz10sxAHGNZe9J9cqIJzta8DWsleh2KaVaLl6Ru2w==
dependencies:
brace-expansion "^2.0.1"

Expand Down

0 comments on commit 046e3a5

Please sign in to comment.