Skip to content

Commit 3712068

Browse files
chore(deps): update dependency glob to v11 [security]
1 parent 5e31362 commit 3712068

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"debug": "4.4.0",
2020
"eslint": "^8.0.0",
2121
"eslint-plugin-codeceptjs": "^1.3.0",
22-
"glob": "^7.2.3",
22+
"glob": "^11.0.0",
2323
"html_codesniffer": "^2.5.1",
2424
"husky": "^7.0.4",
2525
"interpolate-json": "^3.0.0",

yarn.lock

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6106,7 +6106,7 @@ __metadata:
61066106
dotenv: ^16.4.1
61076107
eslint: ^8.0.0
61086108
eslint-plugin-codeceptjs: ^1.3.0
6109-
glob: ^7.2.3
6109+
glob: ^11.0.0
61106110
html_codesniffer: ^2.5.1
61116111
husky: ^7.0.4
61126112
interpolate-json: ^3.0.0
@@ -6445,6 +6445,22 @@ __metadata:
64456445
languageName: node
64466446
linkType: hard
64476447

6448+
"glob@npm:^11.0.0":
6449+
version: 11.1.0
6450+
resolution: "glob@npm:11.1.0"
6451+
dependencies:
6452+
foreground-child: ^3.3.1
6453+
jackspeak: ^4.1.1
6454+
minimatch: ^10.1.1
6455+
minipass: ^7.1.2
6456+
package-json-from-dist: ^1.0.0
6457+
path-scurry: ^2.0.0
6458+
bin:
6459+
glob: dist/esm/bin.mjs
6460+
checksum: 1cfbdc743db77688727411f00233404eb9c67d7c89a4ff1f8b8e60031382d4f695ecf60f279d0d45e5ba2377610572d013a858a433b45a133cf20aba6e3206e0
6461+
languageName: node
6462+
linkType: hard
6463+
64486464
"glob@npm:^6.0.1":
64496465
version: 6.0.4
64506466
resolution: "glob@npm:6.0.4"
@@ -6458,7 +6474,7 @@ __metadata:
64586474
languageName: node
64596475
linkType: hard
64606476

6461-
"glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.2.3":
6477+
"glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4":
64626478
version: 7.2.3
64636479
resolution: "glob@npm:7.2.3"
64646480
dependencies:
@@ -8419,6 +8435,15 @@ __metadata:
84198435
languageName: node
84208436
linkType: hard
84218437

8438+
"minimatch@npm:^10.1.1":
8439+
version: 10.1.1
8440+
resolution: "minimatch@npm:10.1.1"
8441+
dependencies:
8442+
"@isaacs/brace-expansion": ^5.0.0
8443+
checksum: 8820c0be92994f57281f0a7a2cc4268dcc4b610f9a1ab666685716b4efe4b5898b43c835a8f22298875b31c7a278a5e3b7e253eee7c886546bb0b61fb94bca6b
8444+
languageName: node
8445+
linkType: hard
8446+
84228447
"minimatch@npm:^5.0.1, minimatch@npm:^5.1.0, minimatch@npm:^5.1.6":
84238448
version: 5.1.6
84248449
resolution: "minimatch@npm:5.1.6"

0 commit comments

Comments
 (0)