Skip to content

Commit bfb92db

Browse files
chore(deps): bump minimatch from 3.0.4 to 10.0.1
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 10.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v3.0.4...v10.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47c439f commit bfb92db

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@stoplight/spectral-ruleset-bundler": "^1.6.1",
77
"@stoplight/spectral-ruleset-migrator": "^1.11.1",
88
"@stoplight/spectral-rulesets": "^1.21.3",
9-
"minimatch": "^3.0.4",
9+
"minimatch": "^10.0.1",
1010
"rollup": "~2.79.2",
1111
"vscode-languageserver": "^6.1.1",
1212
"vscode-languageserver-textdocument": "^1.0.1",

yarn.lock

+9-2
Original file line numberDiff line numberDiff line change
@@ -3293,20 +3293,27 @@ mimic-response@^3.1.0:
32933293
resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz"
32943294
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
32953295

3296-
[email protected], minimatch@^3.0.3:
3296+
32973297
version "3.0.4"
32983298
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
32993299
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
33003300
dependencies:
33013301
brace-expansion "^1.1.7"
33023302

3303-
[email protected], minimatch@^3.0.4, minimatch@^3.1.1:
3303+
[email protected], minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1:
33043304
version "3.1.2"
33053305
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
33063306
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
33073307
dependencies:
33083308
brace-expansion "^1.1.7"
33093309

3310+
minimatch@^10.0.1:
3311+
version "10.0.1"
3312+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3313+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3314+
dependencies:
3315+
brace-expansion "^2.0.1"
3316+
33103317
minimatch@^5.0.1:
33113318
version "5.1.0"
33123319
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz"

0 commit comments

Comments
 (0)