This commit is contained in:
dependabot[bot] 2024-04-30 16:30:29 +02:00 committed by GitHub
commit aa190d574b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
cli/package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"axios": "^0.21.2",
"chalk": "^4.1.0",
"minimatch": "^3.0.4",
"minimatch": "^3.0.5",
"nocamel": "^1.0.2",
"semver": "^7.3.5",
"ws": "^7.5.3",
@ -170,9 +170,9 @@
}
},
"node_modules/minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
"integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
"dependencies": {
"brace-expansion": "^1.1.7"
},
@ -426,9 +426,9 @@
}
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz",
"integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==",
"requires": {
"brace-expansion": "^1.1.7"
}

View File

@ -7,7 +7,7 @@
"dependencies": {
"axios": "^0.21.2",
"chalk": "^4.1.0",
"minimatch": "^3.0.4",
"minimatch": "^3.0.5",
"nocamel": "^1.0.2",
"semver": "^7.3.5",
"ws": "^7.5.3",