[AAE-30879] - removed unsupported minimatch version in favor or a ESM… (#10617)

* [AAE-30879] - removed unsupported minimatch version in favor or a ESM compatible one

* [ci:force]

* [ci:force] - removed unsupported minimatch version in favor or a ESM compatible one

* [ci:force] - sync package-lock
This commit is contained in:
Vito Albano
2025-02-05 14:15:55 +00:00
committed by GitHub
parent 6a6c1183a3
commit a1a3f97ec8
4 changed files with 9307 additions and 4060 deletions

View File

@@ -57,7 +57,7 @@
"event-emitter": "^0.3.5",
"graphql-ws": "^5.16.0",
"material-icons": "^1.13.12",
"minimatch-browser": "1.0.0",
"minimatch": "^10.0.1",
"ng2-charts": "^4.1.1",
"pdfjs-dist": "3.3.122",
"raphael": "2.3.0",
@@ -107,7 +107,7 @@
"@types/jasmine": "4.0.3",
"@types/jasminewd2": "~2.0.2",
"@types/jsdom": "^21.1.5",
"@types/minimatch": "^3.0.3",
"@types/minimatch": "5.1.2",
"@types/mocha": "^10.0.6",
"@types/node": "20.16.1",
"@types/pdfjs-dist": "^2.10.378",