Skip to content

Commit da15956

Browse files
chore(deps): bump minimatch to ^9.0.0 (#925)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3c662f4 commit da15956

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"jest-junit": "^16.0.0",
6464
"js-yaml": "^4.1.0",
6565
"jsdom": "^20.0.0",
66-
"minimatch": "^8.0.0",
66+
"minimatch": "^9.0.0",
6767
"mocha": "^10.0.0",
6868
"mocha-sugar-free": "^1.4.0",
6969
"prettier": "^2.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5010,10 +5010,10 @@ [email protected]:
50105010
dependencies:
50115011
brace-expansion "^2.0.1"
50125012

5013-
minimatch@^8.0.0:
5014-
version "8.0.4"
5015-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-8.0.4.tgz#847c1b25c014d4e9a7f68aaf63dedd668a626229"
5016-
integrity sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==
5013+
minimatch@^9.0.0:
5014+
version "9.0.1"
5015+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
5016+
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
50175017
dependencies:
50185018
brace-expansion "^2.0.1"
50195019

0 commit comments

Comments
 (0)