Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
6 stars 1 forks source link

fix CVE-2024-4068 #74

Closed Eskibear closed 1 month ago

Eskibear commented 1 month ago

fix https://github.com/advisories/GHSA-grv7-fg5c-xmjg

Eskibear commented 1 month ago
├─┬ @typescript-eslint/parser@6.8.0
│ └─┬ @typescript-eslint/typescript-estree@6.8.0
│   └─┬ globby@11.1.0
│     └─┬ fast-glob@3.3.1
│       └─┬ micromatch@4.0.5
│         └── braces@3.0.2 deduped
└─┬ mocha@10.2.0
  └─┬ chokidar@3.5.3
    └── braces@3.0.2

FYI, caused by dev dependencies, not actually shipped with the product.