From 2c68df5e6afee18213d0659ac53a90a5f5be636a Mon Sep 17 00:00:00 2001 From: ahuseyn Date: Wed, 19 Nov 2025 10:43:34 +0100 Subject: [PATCH] chore: update glob --- .changeset/petite-windows-fall.md | 8 ++++++++ package-lock.json | 32 +++++++++++++++--------------- package.json | 4 ++-- packages/faustwp-cli/package.json | 2 +- packages/faustwp-core/package.json | 2 +- 5 files changed, 28 insertions(+), 20 deletions(-) create mode 100644 .changeset/petite-windows-fall.md diff --git a/.changeset/petite-windows-fall.md b/.changeset/petite-windows-fall.md new file mode 100644 index 000000000..bbcc3f864 --- /dev/null +++ b/.changeset/petite-windows-fall.md @@ -0,0 +1,8 @@ +--- +'@faustwp/block-editor-utils': patch +'@faustwp/core': patch +'@faustwp/cli': patch +'@faustwp/blocks': patch +--- + +Update glob diff --git a/package-lock.json b/package-lock.json index 302ef8fde..b409a7ba8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12313,9 +12313,9 @@ } }, "node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -19331,7 +19331,7 @@ "dotenv-flow": "^3.2.0", "form-data": "^4.0.0", "fs-extra": "^11.1.1", - "glob": "^11.0.0", + "glob": "^11.1.0", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21", "webpack-cli": "5.1.4" @@ -19392,14 +19392,14 @@ } }, "packages/faustwp-cli/node_modules/glob": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz", - "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==", - "license": "ISC", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz", + "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", + "license": "BlueOak-1.0.0", "dependencies": { "foreground-child": "^3.3.1", "jackspeak": "^4.1.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "minipass": "^7.1.2", "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" @@ -19449,10 +19449,10 @@ } }, "packages/faustwp-cli/node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", - "license": "ISC", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, @@ -19497,9 +19497,9 @@ } }, "packages/faustwp-cli/node_modules/rimraf/node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "dev": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 6606d7e25..3327beec9 100644 --- a/package.json +++ b/package.json @@ -66,9 +66,9 @@ "axios": "^1.7.4", "cross-spawn": "^7.0.6", "@babel/runtime": "^7.27.0", - "glob": "^10.4.2" + "glob": "^10.5.0" }, "resolutions": { - "@babel/runtime": "7.27.0" + "@babel/runtime": "7.27.0" } } diff --git a/packages/faustwp-cli/package.json b/packages/faustwp-cli/package.json index b5d17f996..eddebbecc 100644 --- a/packages/faustwp-cli/package.json +++ b/packages/faustwp-cli/package.json @@ -29,7 +29,7 @@ "dotenv-flow": "^3.2.0", "form-data": "^4.0.0", "fs-extra": "^11.1.1", - "glob": "^11.0.0", + "glob": "^11.1.0", "isomorphic-fetch": "^3.0.0", "lodash": "^4.17.21", "webpack-cli": "5.1.4" diff --git a/packages/faustwp-core/package.json b/packages/faustwp-core/package.json index eadf2ba46..73f0a484b 100644 --- a/packages/faustwp-core/package.json +++ b/packages/faustwp-core/package.json @@ -52,7 +52,7 @@ "lodash": "^4.17.21" }, "overrides": { - "glob": "^10.4.5" + "glob": "^10.5.0" }, "scripts": { "dev": "concurrently \"npm:watch-*\" --prefix-colors \"auto\"",