Commit bcdebcc
Update js-yaml dependency to ^4.2.0 (#11081)
**@mikeharder**
`js-yaml` has a security fix in `4.2.0`. But since `http-client-python`
only floated `~4.1.0` instead of `^4.2.0`, consumers are prevented from
updating. We should always float with `^` instead of `~`, unless we have
a strong reason (eg some packages allow breaking changes in minors).
**@copilot**
Bumps the `js-yaml` dependency to `^4.2.0` in the http-client-python and
http-client-java packages, widening the range to allow patch and minor
updates within the 4.x line.
### Changes
- **`packages/http-client-python/package.json`**: `~4.1.0` → `^4.2.0`
- **`packages/http-client-java/package.json`**: `~4.2.0` → `^4.2.0`
- **Lock files**: refreshed `js-yaml` resolution in both
`package-lock.json` files (now `4.2.0`)
- **Changelog**: added a chronus `dependencies` entry covering both
packages
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
Co-authored-by: Mike Harder <mharder@microsoft.com>1 parent fe4d1e1 commit bcdebcc
5 files changed
Lines changed: 25 additions & 7 deletions
File tree
- .chronus/changes
- packages
- http-client-java
- http-client-python
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments