Skip to content
This repository was archived by the owner on Jun 7, 2022. It is now read-only.

Commit c06b7ab

Browse files
committed
Update dependency fast-glob to ^3.2.5
1 parent b90a159 commit c06b7ab

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
@@ -55,7 +55,7 @@
5555
"abort-controller": "^3.0.0",
5656
"axios": "^0.19.2",
5757
"express": "^4.17.1",
58-
"fast-glob": "^3.2.2",
58+
"fast-glob": "^3.2.5",
5959
"got": "^10.6.0",
6060
"highlight.js": "^9.18.1",
6161
"ini": "^1.3.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3073,10 +3073,10 @@ fast-glob@^2.2.2:
30733073
merge2 "^1.2.3"
30743074
micromatch "^3.1.10"
30753075

3076-
fast-glob@^3.2.2:
3077-
version "3.2.2"
3078-
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.2.tgz#ade1a9d91148965d4bf7c51f72e1ca662d32e63d"
3079-
integrity sha512-UDV82o4uQyljznxwMxyVRJgZZt3O5wENYojjzbaGEGZgeOxkLFf+V4cnUD+krzb2F72E18RhamkMZ7AdeggF7A==
3076+
fast-glob@^3.2.5:
3077+
version "3.2.5"
3078+
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
3079+
integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
30803080
dependencies:
30813081
"@nodelib/fs.stat" "^2.0.2"
30823082
"@nodelib/fs.walk" "^1.2.3"

0 commit comments

Comments
 (0)