Skip to content

Commit 28b09e9

Browse files
authored
[8.18] Moves fast-glob to devDependencies (elastic#233376) (elastic#233486)
# Backport This will backport the following commits from `main` to `8.18`: - [Moves fast-glob to devDependencies (elastic#233376)](elastic#233376) <!--- Backport version: 10.0.1 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Larry Gregory","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-08-28T23:23:14Z","message":"Moves fast-glob to devDependencies (elastic#233376)","sha":"f9d0f44e73221496d43d21dd4aedbabcd63d86a9","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["chore","Team:Security","release_note:skip","backport:prev-minor","backport:prev-major","v9.2.0","v9.1.3","v8.19.3"],"title":"Moves fast-glob to devDependencies","number":233376,"url":"https://github.com/elastic/kibana/pull/233376","mergeCommit":{"message":"Moves fast-glob to devDependencies (elastic#233376)","sha":"f9d0f44e73221496d43d21dd4aedbabcd63d86a9"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/233376","number":233376,"mergeCommit":{"message":"Moves fast-glob to devDependencies (elastic#233376)","sha":"f9d0f44e73221496d43d21dd4aedbabcd63d86a9"}},{"branch":"9.1","label":"v9.1.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/233423","number":233423,"state":"MERGED","mergeCommit":{"sha":"b32116fcbc994338d6461e64129afa7cbc6dc3d7","message":"[9.1] Moves fast-glob to devDependencies (elastic#233376) (elastic#233423)\n\n# Backport\n\nThis will backport the following commits from `main` to `9.1`:\n- [Moves fast-glob to devDependencies\n(elastic#233376)](https://github.com/elastic/kibana/pull/233376)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Larry Gregory <[email protected]>"}},{"branch":"8.19","label":"v8.19.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/233422","number":233422,"state":"MERGED","mergeCommit":{"sha":"66982bcb73c554abee4733f471fe75bb24c22b9a","message":"[8.19] Moves fast-glob to devDependencies (elastic#233376) (elastic#233422)\n\n# Backport\n\nThis will backport the following commits from `main` to `8.19`:\n- [Moves fast-glob to devDependencies\n(elastic#233376)](https://github.com/elastic/kibana/pull/233376)\n\n\n\n### Questions ?\nPlease refer to the [Backport tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by: Larry Gregory <[email protected]>"}}]}] BACKPORT-->
1 parent a520c65 commit 28b09e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,6 @@
11301130
"exponential-backoff": "^3.1.1",
11311131
"extract-zip": "^2.0.1",
11321132
"fast-deep-equal": "^3.1.3",
1133-
"fast-glob": "^3.3.2",
11341133
"fastest-levenshtein": "^1.0.16",
11351134
"fflate": "^0.6.9",
11361135
"file-saver": "^1.3.8",
@@ -1756,6 +1755,7 @@
17561755
"expose-loader": "^5.0.0",
17571756
"express": "^4.21.2",
17581757
"faker": "^5.1.0",
1758+
"fast-glob": "^3.3.2",
17591759
"fetch-mock": "^7.3.9",
17601760
"file-loader": "^4.2.0",
17611761
"find-cypress-specs": "^1.41.4",

0 commit comments

Comments
 (0)