Skip to content

Commit 9963d36

Browse files
committed
3.14.2 released
1 parent 10d3c8e commit 9963d36

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [3.14.2] - 2025-11-15
10+
### Security
11+
- Fix prototype pollution in merge (<<).
12+
13+
914
## [3.14.1] - 2020-12-07
1015
### Security
1116
- Fix possible code execution in (already unsafe) `.load()` (in &anchor).
@@ -484,6 +489,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
484489
- First public release
485490

486491

492+
[3.14.2]: https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2
487493
[3.14.1]: https://github.com/nodeca/js-yaml/compare/3.14.0...3.14.1
488494
[3.14.0]: https://github.com/nodeca/js-yaml/compare/3.13.1...3.14.0
489495
[3.13.1]: https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-yaml",
3-
"version": "3.14.1",
3+
"version": "3.14.2",
44
"description": "YAML 1.2 parser and serializer",
55
"keywords": [
66
"yaml",

0 commit comments

Comments
 (0)