Skip to content

Commit 59056c6

Browse files
Bump glob from 11.0.3 to 11.1.0
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 11.1.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v11.1.0) --- updated-dependencies: - dependency-name: glob dependency-version: 11.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e14deb commit 59056c6

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"eslint-plugin-react": "^7.37.5",
3333
"eslint-plugin-react-hooks": "^5.2.0",
3434
"eslint-plugin-react-refresh": "^0.4.20",
35-
"glob": "^11.0.3",
35+
"glob": "^11.1.0",
3636
"globals": "^16.5.0",
3737
"postcss-preset-env": "^10.4.0",
3838
"vite": "^7.2.2"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2249,14 +2249,14 @@ glob-parent@^6.0.2:
22492249
dependencies:
22502250
is-glob "^4.0.3"
22512251

2252-
glob@^11.0.3:
2253-
version "11.0.3"
2254-
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
2255-
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
2252+
glob@^11.1.0:
2253+
version "11.1.0"
2254+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.1.0.tgz#4f826576e4eb99c7dad383793d2f9f08f67e50a6"
2255+
integrity sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==
22562256
dependencies:
22572257
foreground-child "^3.3.1"
22582258
jackspeak "^4.1.1"
2259-
minimatch "^10.0.3"
2259+
minimatch "^10.1.1"
22602260
minipass "^7.1.2"
22612261
package-json-from-dist "^1.0.0"
22622262
path-scurry "^2.0.0"
@@ -2719,10 +2719,10 @@ micromatch@^4.0.8:
27192719
braces "^3.0.3"
27202720
picomatch "^2.3.1"
27212721

2722-
minimatch@^10.0.3:
2723-
version "10.0.3"
2724-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
2725-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
2722+
minimatch@^10.1.1:
2723+
version "10.1.1"
2724+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
2725+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
27262726
dependencies:
27272727
"@isaacs/brace-expansion" "^5.0.0"
27282728

0 commit comments

Comments
 (0)