Skip to content

Commit 6a16244

Browse files
bump deps & add security patches to release notes
1 parent 7f71ad1 commit 6a16244

File tree

3 files changed

+114
-14
lines changed

3 files changed

+114
-14
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## Version 2.10.0 (27.01.2026)
4+
5+
### ✨ New in this version:
6+
7+
- [Command to create Smartscape topology](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/pull/283)
8+
9+
### 🚀 Improved in this version:
10+
11+
- [Generate valid YAML when using scrape prometheus action](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/pull/284)
12+
13+
### 🪲 Fixed in this version:
14+
15+
- [JMX Conversion - array has too many actions error](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/issues/257)
16+
17+
### 🔒 Security patches:
18+
- [Lodash has Prototype Pollution Vulnerability in `_.unset` and `_.omit` functions](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/security/dependabot/77)
19+
- [React Router has unexpected external redirect via untrusted paths](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/security/dependabot/75)
20+
- [React Router vulnerable to XSS via Open Redirects](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/security/dependabot/74)
21+
- [qs's arrayLimit bypass in its bracket notation allows DoS via memory exhaustion](https://github.com/dynatrace-extensions/dynatrace-extensions-vscode/security/dependabot/73)
22+
23+
---
24+
325
## Version 2.9.1 (11.12.2025)
426

527
### 🚀 Improved in this version:

package-lock.json

Lines changed: 90 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,7 @@
10261026
"yaml": "^2.4.5"
10271027
},
10281028
"overrides": {
1029-
"jws": ">=4.0.1"
1029+
"jws": ">=4.0.1",
1030+
"qs": ">=6.14.1"
10301031
}
10311032
}

0 commit comments

Comments
 (0)