Skip to content

Commit 87ba188

Browse files
fix(deps): update dependency minimatch to v4.2.3 (#1237)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 46ad2ac commit 87ba188

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@graphql-tools/url-loader": "^7.9.7",
6969
"@graphql-tools/utils": "^9.0.0",
7070
"cosmiconfig": "8.0.0",
71-
"minimatch": "4.2.1",
71+
"minimatch": "4.2.3",
7272
"string-env-interpolation": "1.0.1",
7373
"tslib": "^2.4.0"
7474
},

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2816,10 +2816,10 @@ min-indent@^1.0.0:
28162816
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
28172817
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
28182818

2819-
minimatch@4.2.1:
2820-
version "4.2.1"
2821-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
2822-
integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==
2819+
minimatch@4.2.3:
2820+
version "4.2.3"
2821+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.3.tgz#b4dcece1d674dee104bb0fb833ebb85a78cbbca6"
2822+
integrity sha512-lIUdtK5hdofgCTu3aT0sOaHsYR37viUuIc0rwnnDXImbwFRcumyLMeZaM0t0I/fgxS6s6JMfu0rLD1Wz9pv1ng==
28232823
dependencies:
28242824
brace-expansion "^1.1.7"
28252825

0 commit comments

Comments
 (0)