Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@ When you visit the site, you'll see the output of various cfenv calls.
changes
================================================================================

**1.2.5** - 2025/11/26

- upgrade js-yaml to avoid vulnerability - [pr #55][]

[pr #55]: https://github.com/cloudfoundry-community/node-cfenv/pull/55

**1.2.4** - 2021/04/03

- upgrade most dependencies, but not CoffeeScript, since the latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"watch": "jbuild watch"
},
"dependencies": {
"js-yaml": "4.0.x",
"js-yaml": "4.1.x",
"ports": "1.1.x",
"underscore": "1.12.x"
},
Expand Down