Skip to content

Commit

Permalink
chore(deps): bump fast-glob from 3.3.2 to 3.3.3
Browse files Browse the repository at this point in the history
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:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent b27b87b commit eb57e2c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"eslint": "^8.57.0",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-prettier": "^5.1.3",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"gh-pages": "^6.3.0",
"husky": "^9.1.7",
"jsonc-eslint-parser": "^2.4.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"colors": "^1.4.0",
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"postcss": "^8.4.49",
"postcss-values-parser": "^6.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist/spectrum-css-icons-medium.svg"
],
"devDependencies": {
"fast-glob": "^3.3.2",
"fast-glob": "^3.3.3",
"svgcombiner": "^1.0.1",
"svgo": "^3.3.2",
"svgstore": "^3.0.1"
Expand Down
19 changes: 16 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4297,7 +4297,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@spectrum-css/ui-icons@workspace:ui-icons"
dependencies:
fast-glob: "npm:^3.3.2"
fast-glob: "npm:^3.3.3"
svgcombiner: "npm:^1.0.1"
svgo: "npm:^3.3.2"
svgstore: "npm:^3.0.1"
Expand Down Expand Up @@ -4357,7 +4357,7 @@ __metadata:
ava: "npm:^6.1.3"
c8: "npm:^10.1.3"
colors: "npm:^1.4.0"
fast-glob: "npm:^3.3.2"
fast-glob: "npm:^3.3.3"
postcss: "npm:^8.4.49"
postcss-values-parser: "npm:^6.0.2"
stylelint: "npm:^16.9.0"
Expand Down Expand Up @@ -9153,6 +9153,19 @@ __metadata:
languageName: node
linkType: hard

"fast-glob@npm:^3.3.3":
version: 3.3.3
resolution: "fast-glob@npm:3.3.3"
dependencies:
"@nodelib/fs.stat": "npm:^2.0.2"
"@nodelib/fs.walk": "npm:^1.2.3"
glob-parent: "npm:^5.1.2"
merge2: "npm:^1.3.0"
micromatch: "npm:^4.0.8"
checksum: 10c0/f6aaa141d0d3384cf73cbcdfc52f475ed293f6d5b65bfc5def368b09163a9f7e5ec2b3014d80f733c405f58e470ee0cc451c2937685045cddcdeaa24199c43fe
languageName: node
linkType: hard

"fast-json-patch@npm:^0.5.6":
version: 0.5.7
resolution: "fast-json-patch@npm:0.5.7"
Expand Down Expand Up @@ -15660,7 +15673,7 @@ __metadata:
eslint: "npm:^8.57.0"
eslint-plugin-jsonc: "npm:^2.18.2"
eslint-plugin-prettier: "npm:^5.1.3"
fast-glob: "npm:^3.3.2"
fast-glob: "npm:^3.3.3"
gh-pages: "npm:^6.3.0"
husky: "npm:^9.1.7"
jsonc-eslint-parser: "npm:^2.4.0"
Expand Down

0 comments on commit eb57e2c

Please sign in to comment.