Remove unused dependency minimatch

Change-type: patch
This commit is contained in:
Otavio Jacobi 2024-07-10 12:54:52 -03:00
parent bcb7fb8902
commit 1749937373
2 changed files with 3 additions and 8 deletions

10
npm-shrinkwrap.json generated
View File

@ -62,7 +62,6 @@
"JSONStream": "^1.0.3", "JSONStream": "^1.0.3",
"livepush": "^3.5.1", "livepush": "^3.5.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimatch": "^3.0.4",
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-duration-format": "^2.3.2", "moment-duration-format": "^2.3.2",
"ndjson": "^2.0.0", "ndjson": "^2.0.0",
@ -16566,12 +16565,9 @@
} }
}, },
"node_modules/path-scurry/node_modules/lru-cache": { "node_modules/path-scurry/node_modules/lru-cache": {
"version": "10.4.2", "version": "10.4.3",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.2.tgz", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
"integrity": "sha512-voV4dDrdVZVNz84n39LFKDaRzfwhdzJ7akpyXfTMxCgRUp07U3lcJUXRlhTKP17rgt09sUzLi5iCitpEAr+6ug==", "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
"engines": {
"node": "14 || 16 || 18 || 20 || >=22"
}
}, },
"node_modules/path-scurry/node_modules/minipass": { "node_modules/path-scurry/node_modules/minipass": {
"version": "7.1.2", "version": "7.1.2",

View File

@ -248,7 +248,6 @@
"JSONStream": "^1.0.3", "JSONStream": "^1.0.3",
"livepush": "^3.5.1", "livepush": "^3.5.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"minimatch": "^3.0.4",
"moment": "^2.29.1", "moment": "^2.29.1",
"moment-duration-format": "^2.3.2", "moment-duration-format": "^2.3.2",
"ndjson": "^2.0.0", "ndjson": "^2.0.0",