Skip to content

Commit c77c34e

Browse files
Bump minimatch from 3.0.4 to 3.1.2 (#66)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 454fea5 commit c77c34e

File tree

1 file changed

+56
-70
lines changed

1 file changed

+56
-70
lines changed

yarn.lock

Lines changed: 56 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -2,92 +2,78 @@
22
# yarn lockfile v1
33

44

5-
"balanced-match@^1.0.0":
6-
"integrity" "sha1-ibTRmasr7kneFk6gK4nORi1xt2c="
7-
"resolved" "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
8-
"version" "1.0.0"
5+
balanced-match@^1.0.0:
6+
version "1.0.0"
7+
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz"
98

10-
11-
"integrity" "sha1-eAqZyE59YAJgNhURxId2E78k9rs="
12-
"resolved" "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz"
13-
"version" "0.1.0"
9+
10+
version "0.1.0"
11+
resolved "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz"
1412

15-
"brace-expansion@^1.1.7":
16-
"integrity" "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA=="
17-
"resolved" "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
18-
"version" "1.1.11"
13+
brace-expansion@^1.1.7:
14+
version "1.1.11"
15+
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
1916
dependencies:
20-
"balanced-match" "^1.0.0"
21-
"concat-map" "0.0.1"
17+
balanced-match "^1.0.0"
18+
concat-map "0.0.1"
2219

23-
24-
"integrity" "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
25-
"resolved" "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
26-
"version" "0.0.1"
20+
21+
version "0.0.1"
22+
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
2723

28-
"flow-bin@^0.108.0":
29-
"integrity" "sha512-hPEyCP1J8rdhNDfCAA5w7bN6HUNBDcHVg/ABU5JVo0gUFMx+uRewpyEH8LlLBGjVQuIpbaPpaqpoaQhAVyaYww=="
30-
"resolved" "https://registry.npmjs.org/flow-bin/-/flow-bin-0.108.0.tgz"
31-
"version" "0.108.0"
24+
flow-bin@^0.108.0:
25+
version "0.108.0"
26+
resolved "https://registry.npmjs.org/flow-bin/-/flow-bin-0.108.0.tgz"
3227

33-
"fs.realpath@^1.0.0":
34-
"integrity" "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
35-
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
36-
"version" "1.0.0"
28+
fs.realpath@^1.0.0:
29+
version "1.0.0"
30+
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
3731

38-
"glob@^7.1.6":
39-
"integrity" "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ=="
40-
"resolved" "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz"
41-
"version" "7.1.7"
32+
glob@^7.2.3:
33+
version "7.2.3"
34+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
4235
dependencies:
43-
"fs.realpath" "^1.0.0"
44-
"inflight" "^1.0.4"
45-
"inherits" "2"
46-
"minimatch" "^3.0.4"
47-
"once" "^1.3.0"
48-
"path-is-absolute" "^1.0.0"
36+
fs.realpath "^1.0.0"
37+
inflight "^1.0.4"
38+
inherits "2"
39+
minimatch "^3.1.1"
40+
once "^1.3.0"
41+
path-is-absolute "^1.0.0"
4942

50-
"inflight@^1.0.4":
51-
"integrity" "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk="
52-
"resolved" "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
53-
"version" "1.0.6"
43+
inflight@^1.0.4:
44+
version "1.0.6"
45+
resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
5446
dependencies:
55-
"once" "^1.3.0"
56-
"wrappy" "1"
47+
once "^1.3.0"
48+
wrappy "1"
5749

58-
"inherits@2":
59-
"integrity" "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
60-
"resolved" "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
61-
"version" "2.0.4"
50+
inherits@2:
51+
version "2.0.4"
52+
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz"
6253

63-
"minimatch@^3.0.4":
64-
"integrity" "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA=="
65-
"resolved" "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
66-
"version" "3.0.4"
54+
minimatch@^3.1.1:
55+
version "3.1.2"
56+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
6757
dependencies:
68-
"brace-expansion" "^1.1.7"
58+
brace-expansion "^1.1.7"
6959

70-
"once@^1.3.0":
71-
"integrity" "sha1-WDsap3WWHUsROsF9nFC6753Xa9E="
72-
"resolved" "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
73-
"version" "1.4.0"
60+
once@^1.3.0:
61+
version "1.4.0"
62+
resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
7463
dependencies:
75-
"wrappy" "1"
64+
wrappy "1"
7665

77-
"path-is-absolute@^1.0.0":
78-
"integrity" "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
79-
"resolved" "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
80-
"version" "1.0.1"
66+
path-is-absolute@^1.0.0:
67+
version "1.0.1"
68+
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
8169

82-
"react-native-blob-util@^0.16.0":
83-
"integrity" "sha512-Ouyvw3ObMikEK5c2BW5WvcAsLmED7GuSm6CDmTPse0qTn43H3O8XL3kZEmrf2A4w1QoSvhy8v0IuADm/kaLTcg=="
84-
"resolved" "https://registry.npmjs.org/react-native-blob-util/-/react-native-blob-util-0.16.0.tgz"
85-
"version" "0.16.0"
70+
react-native-blob-util@^0.18.0:
71+
version "0.18.2"
72+
resolved "https://registry.yarnpkg.com/react-native-blob-util/-/react-native-blob-util-0.18.2.tgz#1ac3db33e9a0e9bdbddf815bf607da303e1e52d0"
8673
dependencies:
87-
"base-64" "0.1.0"
88-
"glob" "^7.1.6"
74+
base-64 "0.1.0"
75+
glob "^7.2.3"
8976

90-
"wrappy@1":
91-
"integrity" "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
92-
"resolved" "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
93-
"version" "1.0.2"
77+
wrappy@1:
78+
version "1.0.2"
79+
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"

0 commit comments

Comments
 (0)