Skip to content

Commit

Permalink
upgrade(deps): bump fast-glob from 3.2.11 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.11 to 3.3.2.
- [Release notes](https://github.com/mrmlnc/fast-glob/releases)
- [Commits](mrmlnc/fast-glob@3.2.11...3.3.2)

---
updated-dependencies:
- dependency-name: fast-glob
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent 07eab2f commit a07aa5b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 99 deletions.
102 changes: 8 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/sui-bundler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"css-minimizer-webpack-plugin": "4.0.0",
"esbuild": "0.15.5",
"escape-string-regexp": "4.0.0",
"fast-glob": "3.2.12",
"fast-glob": "3.3.2",
"find-free-ports": "3.0.0",
"html-webpack-inject-attributes-plugin": "1.0.6",
"html-webpack-plugin": "5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"dependencies": {
"@s-ui/helpers": "1",
"commander": "8.3.0",
"fast-glob": "3.2.11"
"fast-glob": "3.3.2"
}
}
2 changes: 1 addition & 1 deletion packages/sui-js-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@swc/core": "1.3.14",
"@swc/helpers": "0.4.12",
"commander": "8.3.0",
"fast-glob": "3.2.12",
"fast-glob": "3.3.2",
"fs-extra": "10.1.0",
"typescript": "5.0.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"classnames": "2.5.1",
"commander": "8.3.0",
"deepmerge": "4.3.1",
"fast-glob": "3.2.11",
"fast-glob": "3.3.2",
"fs-extra": "10.1.0",
"git-url-parse": "13.1.0",
"hoist-non-react-statics": "3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/sui-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@s-ui/react-atom-icon": "1",
"babel-preset-sui": "3",
"commander": "8.3.0",
"fast-glob": "3.2.11",
"fast-glob": "3.3.2",
"fs-extra": "10.1.0",
"just-camel-case": "4.0.2",
"prop-types": "15",
Expand Down

0 comments on commit a07aa5b

Please sign in to comment.