Skip to content

Commit ff9aa4e

Browse files
Bump glob from 11.0.3 to 12.0.0
Bumps [glob](https://github.com/isaacs/node-glob) from 11.0.3 to 12.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v11.0.3...v12.0.0) --- updated-dependencies: - dependency-name: glob dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f053eac commit ff9aa4e

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"@vscode/vsce": "^3.6.0",
122122
"esbuild": "^0.27.0",
123123
"eslint": "^9.31.0",
124-
"glob": "^11.0.0",
124+
"glob": "^12.0.0",
125125
"globals": "^16.3.0",
126126
"mocha": "^11.0.1",
127127
"typescript": "=5.9.3",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,6 +1691,18 @@ glob@^11.0.0:
16911691
package-json-from-dist "^1.0.0"
16921692
path-scurry "^2.0.0"
16931693

1694+
glob@^12.0.0:
1695+
version "12.0.0"
1696+
resolved "https://registry.yarnpkg.com/glob/-/glob-12.0.0.tgz#4f75198719ab443ea433fdc023629b853532a443"
1697+
integrity sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==
1698+
dependencies:
1699+
foreground-child "^3.3.1"
1700+
jackspeak "^4.1.1"
1701+
minimatch "^10.1.1"
1702+
minipass "^7.1.2"
1703+
package-json-from-dist "^1.0.0"
1704+
path-scurry "^2.0.0"
1705+
16941706
globals@^14.0.0:
16951707
version "14.0.0"
16961708
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
@@ -2254,10 +2266,10 @@ mimic-response@^3.1.0:
22542266
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz#2d1d59af9c1b129815accc2c46a022a5ce1fa3c9"
22552267
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
22562268

2257-
minimatch@^10.0.3:
2258-
version "10.0.3"
2259-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
2260-
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
2269+
minimatch@^10.0.3, minimatch@^10.1.1:
2270+
version "10.1.1"
2271+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
2272+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
22612273
dependencies:
22622274
"@isaacs/brace-expansion" "^5.0.0"
22632275

0 commit comments

Comments
 (0)