Skip to content

Commit 9ee0c97

Browse files
committed
chore(deps): explicitly use glob
1 parent 3e9a1d2 commit 9ee0c97

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"eslint-config-prettier": "^8.8.0",
133133
"express": "^4.18.2",
134134
"fastify": "^4.15.0",
135+
"glob": "^9.3.2",
135136
"graphql": "^16.6.0",
136137
"html-validator": "^6.0.1",
137138
"jest": "^29.5.0",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7358,7 +7358,7 @@ __metadata:
73587358
languageName: node
73597359
linkType: hard
73607360

7361-
"glob@npm:^9.3.0, glob@npm:^9.3.1":
7361+
"glob@npm:^9.3.0, glob@npm:^9.3.1, glob@npm:^9.3.2":
73627362
version: 9.3.2
73637363
resolution: "glob@npm:9.3.2"
73647364
dependencies:
@@ -7479,6 +7479,7 @@ __metadata:
74797479
eslint-config-prettier: ^8.8.0
74807480
express: ^4.18.2
74817481
fastify: ^4.15.0
7482+
glob: ^9.3.2
74827483
graphql: ^16.6.0
74837484
html-validator: ^6.0.1
74847485
jest: ^29.5.0

0 commit comments

Comments
 (0)