File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 6
6
"@stoplight/spectral-ruleset-bundler" : " ^1.6.1" ,
7
7
"@stoplight/spectral-ruleset-migrator" : " ^1.11.1" ,
8
8
"@stoplight/spectral-rulesets" : " ^1.21.3" ,
9
- "minimatch" : " ^3 .0.4 " ,
9
+ "minimatch" : " ^10 .0.1 " ,
10
10
"rollup" : " ~2.79.2" ,
11
11
"vscode-languageserver" : " ^6.1.1" ,
12
12
"vscode-languageserver-textdocument" : " ^1.0.1" ,
Original file line number Diff line number Diff line change @@ -3293,20 +3293,27 @@ mimic-response@^3.1.0:
3293
3293
resolved "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz"
3294
3294
integrity sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==
3295
3295
3296
- [email protected] , minimatch@^3.0.3 :
3296
+
3297
3297
version "3.0.4"
3298
3298
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
3299
3299
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
3300
3300
dependencies :
3301
3301
brace-expansion "^1.1.7"
3302
3302
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:
3304
3304
version "3.1.2"
3305
3305
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
3306
3306
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
3307
3307
dependencies :
3308
3308
brace-expansion "^1.1.7"
3309
3309
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
+
3310
3317
minimatch@^5.0.1 :
3311
3318
version "5.1.0"
3312
3319
resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz"
You can’t perform that action at this time.
0 commit comments