Skip to content

Commit 79dbe3e

Browse files
fix(deps): update dependency minimatch to v5.1.8 [security]
1 parent c8c7bd0 commit 79dbe3e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jszip": "3.7.1",
2323
"lodash": "^4.17.11",
2424
"luxon": "^1.21.3",
25-
"minimatch": "5.0.1",
25+
"minimatch": "5.1.8",
2626
"rate-limiter-flexible": "^2.2.2",
2727
"sinon": "^10.0.0"
2828
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5053,10 +5053,10 @@ minimatch@3.0.4, minimatch@^3.0.4:
50535053
dependencies:
50545054
brace-expansion "^1.1.7"
50555055

5056-
minimatch@5.0.1:
5057-
version "5.0.1"
5058-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
5059-
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
5056+
minimatch@5.1.8:
5057+
version "5.1.8"
5058+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.8.tgz#32a16ebcccd6421c674430acb199b8806c68169b"
5059+
integrity sha512-7RN35vit8DeBclkofOVmBY0eDAZZQd1HzmukRdSyz95CRh8FT54eqnbj0krQr3mrHR6sfRyYkyhwBWjoV5uqlQ==
50605060
dependencies:
50615061
brace-expansion "^2.0.1"
50625062

0 commit comments

Comments
 (0)