Skip to content

Commit f9d3ecf

Browse files
authored
chore: update glob (#2218)
1 parent f4af427 commit f9d3ecf

5 files changed

Lines changed: 28 additions & 20 deletions

File tree

.changeset/petite-windows-fall.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'@faustwp/block-editor-utils': patch
3+
'@faustwp/core': patch
4+
'@faustwp/cli': patch
5+
'@faustwp/blocks': patch
6+
---
7+
8+
Update glob

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
"axios": "^1.7.4",
6767
"cross-spawn": "^7.0.6",
6868
"@babel/runtime": "^7.27.0",
69-
"glob": "^10.4.2"
69+
"glob": "^10.5.0"
7070
},
7171
"resolutions": {
72-
"@babel/runtime": "7.27.0"
72+
"@babel/runtime": "7.27.0"
7373
}
7474
}

packages/faustwp-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dotenv-flow": "^3.2.0",
3030
"form-data": "^4.0.0",
3131
"fs-extra": "^11.1.1",
32-
"glob": "^11.0.0",
32+
"glob": "^11.1.0",
3333
"isomorphic-fetch": "^3.0.0",
3434
"lodash": "^4.17.21",
3535
"webpack-cli": "5.1.4"

packages/faustwp-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"lodash": "^4.17.21"
5353
},
5454
"overrides": {
55-
"glob": "^10.4.5"
55+
"glob": "^10.5.0"
5656
},
5757
"scripts": {
5858
"dev": "concurrently \"npm:watch-*\" --prefix-colors \"auto\"",

0 commit comments

Comments
 (0)