[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9307 additions and 4060 deletions

View File

@ -40,7 +40,7 @@
"@ngx-translate/core": "^14.0.0",
"@alfresco/js-api": ">=8.0.0-alpha.8-0",
"@alfresco/adf-extensions": ">=7.0.0-alpha.8-0",
"minimatch-browser": "1.0.0",
"minimatch": "^10.0.1",
"pdfjs-dist": "3.3.122",
"ts-morph": "^20.0.0"
},

File diff suppressed because it is too large Load Diff

11631
package-lock.json generated

File diff suppressed because it is too large Load Diff

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",