Skip to content

Commit 496bb05

Browse files
Bump fast-glob from 3.3.2 to 3.3.3
Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.3.2 to 3.3.3. - [Release notes](https://github.com/mrmlnc/fast-glob/releases) - [Commits](mrmlnc/fast-glob@3.3.2...3.3.3) --- updated-dependencies: - dependency-name: fast-glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3aeae05 commit 496bb05

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node": "^22.10.4",
4949
"eslint": "^8.57.1",
5050
"eslint-plugin-jest": "^28.10.0",
51-
"fast-glob": "^3.3.2",
51+
"fast-glob": "^3.3.3",
5252
"husky": "^9.1.7",
5353
"jest": "^29.7.0",
5454
"jest-junit": "^16.0.0",

yarn.lock

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ __metadata:
819819
ajv-formats: "npm:^3.0.1"
820820
eslint: "npm:^8.57.1"
821821
eslint-plugin-jest: "npm:^28.10.0"
822-
fast-glob: "npm:^3.3.2"
822+
fast-glob: "npm:^3.3.3"
823823
husky: "npm:^9.1.7"
824824
jest: "npm:^29.7.0"
825825
jest-junit: "npm:^16.0.0"
@@ -2694,7 +2694,7 @@ __metadata:
26942694
languageName: node
26952695
linkType: hard
26962696

2697-
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2":
2697+
"fast-glob@npm:^3.2.9, fast-glob@npm:^3.3.1":
26982698
version: 3.3.2
26992699
resolution: "fast-glob@npm:3.3.2"
27002700
dependencies:
@@ -2707,6 +2707,19 @@ __metadata:
27072707
languageName: node
27082708
linkType: hard
27092709

2710+
"fast-glob@npm:^3.3.3":
2711+
version: 3.3.3
2712+
resolution: "fast-glob@npm:3.3.3"
2713+
dependencies:
2714+
"@nodelib/fs.stat": "npm:^2.0.2"
2715+
"@nodelib/fs.walk": "npm:^1.2.3"
2716+
glob-parent: "npm:^5.1.2"
2717+
merge2: "npm:^1.3.0"
2718+
micromatch: "npm:^4.0.8"
2719+
checksum: f6aaa141d0d3384cf73cbcdfc52f475ed293f6d5b65bfc5def368b09163a9f7e5ec2b3014d80f733c405f58e470ee0cc451c2937685045cddcdeaa24199c43fe
2720+
languageName: node
2721+
linkType: hard
2722+
27102723
"fast-json-stable-stringify@npm:2.x, fast-json-stable-stringify@npm:^2.0.0, fast-json-stable-stringify@npm:^2.1.0":
27112724
version: 2.1.0
27122725
resolution: "fast-json-stable-stringify@npm:2.1.0"
@@ -4460,7 +4473,7 @@ __metadata:
44604473
languageName: node
44614474
linkType: hard
44624475

4463-
"micromatch@npm:^4.0.4, micromatch@npm:~4.0.8":
4476+
"micromatch@npm:^4.0.4, micromatch@npm:^4.0.8, micromatch@npm:~4.0.8":
44644477
version: 4.0.8
44654478
resolution: "micromatch@npm:4.0.8"
44664479
dependencies:

0 commit comments

Comments
 (0)