Skip to content

Commit 65c8298

Browse files
authored
Update CHANGELOG.md (#128)
* Update CHANGELOG.md * Update README.md
1 parent 57338d6 commit 65c8298

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v1.6.3
2+
3+
* Roll `undici` dependency to address [CVE-2024-30260][] and [CVE-2024-30261][].
4+
5+
[CVE-2024-30260]: https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7
6+
[CVE-2024-30261]: https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672
7+
18
## v1.6.2
29

310
* Switch to running the workflow on `node20`` from `node16`. See also

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# setup-dart
22

3-
[setup-dart](https://github.com/dart-lang/setup-dart) installs and sets up a
4-
Dart SDK for use in GitHub Actions; it:
3+
[setup-dart][] installs and sets up a Dart SDK for use in GitHub Actions; it:
54

65
* downloads the Dart SDK
76
* adds the [`dart`](https://dart.dev/tools/dart-tool) tool to the system path
87

8+
[setup-dart]: https://github.com/marketplace/actions/setup-dart-sdk
9+
910
## Usage
1011

1112
To install the latest stable Dart SDK and run typical checks:

0 commit comments

Comments
 (0)