Skip to content

Commit 0addf3c

Browse files
chore(deps): bump minimatch to ^6.0.0 (#900)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48d3403 commit 0addf3c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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": "^15.0.0",
6464
"js-yaml": "^4.1.0",
6565
"jsdom": "^20.0.0",
66-
"minimatch": "^5.0.0",
66+
"minimatch": "^6.0.0",
6767
"mocha": "^10.0.0",
6868
"mocha-sugar-free": "^1.4.0",
6969
"prettier": "^2.3.0",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4834,13 +4834,20 @@ [email protected], minimatch@^3.0.4:
48344834
dependencies:
48354835
brace-expansion "^1.1.7"
48364836

4837-
[email protected], minimatch@^5.0.0:
4837+
48384838
version "5.0.1"
48394839
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
48404840
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
48414841
dependencies:
48424842
brace-expansion "^2.0.1"
48434843

4844+
minimatch@^6.0.0:
4845+
version "6.0.4"
4846+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-6.0.4.tgz#cbada37326e86dc19434874a04e29df0ba64cb17"
4847+
integrity sha512-9SQupyyavjdAc1VFjJS/5kdtFtlLAhKSWt7HocG0h/npy626jYrGegSslcM7Xxet5z0U9GOx9YbcpyIjBzn7tA==
4848+
dependencies:
4849+
brace-expansion "^2.0.1"
4850+
48444851
minimist-options@^4.0.2:
48454852
version "4.1.0"
48464853
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)