Skip to content

Commit ffd0113

Browse files
authored
Merge pull request #56 from cloudfoundry-community/js-yaml-4-1-1
update js-yaml to 4.1.x
2 parents fb0a2aa + 24d9eef commit ffd0113

4 files changed

Lines changed: 51 additions & 43 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,14 @@ When you visit the site, you'll see the output of various cfenv calls.
325325
changes
326326
================================================================================
327327

328+
**1.2.5** - 2025/12/01
329+
330+
- upgrade `js.yaml` to 4.1.x for [CVE-2025-64718][] - [pr #56][]
331+
332+
[pr #56]: https://github.com/cloudfoundry-community/node-cfenv/pull/56
333+
334+
[CVE-2025-64718]: https://www.cve.org/CVERecord?id=CVE-2025-64718
335+
328336
**1.2.4** - 2021/04/03
329337

330338
- upgrade most dependencies, but not CoffeeScript, since the latest

lib/cfenv.js

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

lib/server.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cfenv",
33
"main": "./lib/cfenv",
44
"description": "easy access to your Cloud Foundry application environment",
5-
"version": "1.2.4",
5+
"version": "1.2.5",
66
"author": "pmuellr",
77
"license": "Apache-2.0",
88
"homepage": "https://github.com/cloudfoundry-community/node-cfenv",
@@ -17,7 +17,7 @@
1717
"watch": "jbuild watch"
1818
},
1919
"dependencies": {
20-
"js-yaml": "4.0.x",
20+
"js-yaml": "4.1.x",
2121
"ports": "1.1.x",
2222
"underscore": "1.12.x"
2323
},

0 commit comments

Comments
 (0)