Skip to content
Open
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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
node_modules
tmp
npm-debug.log
.vscode
.vscode
.idea/
.DS_Store
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,10 @@ When you visit the site, you'll see the output of various cfenv calls.
changes
================================================================================

**1.2.6** - 2026/04/16

- upgrade `underscore` to `1.13.x` to address `CVE-2026-27601` and [GHSA-qpx9-hpmf-5gmw](https://github.com/advisories/GHSA-qpx9-hpmf-5gmw) - pr #58

**1.2.5** - 2025/12/01

- upgrade `js.yaml` to 4.1.x for [CVE-2025-64718][] - [pr #56][]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cfenv",
"main": "./lib/cfenv",
"description": "easy access to your Cloud Foundry application environment",
"version": "1.2.5",
"version": "1.2.6",
"author": "pmuellr",
"license": "Apache-2.0",
"homepage": "https://github.com/cloudfoundry-community/node-cfenv",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"js-yaml": "4.1.x",
"ports": "1.1.x",
"underscore": "1.12.x"
"underscore": "1.13.x"
Comment thread
xLexip marked this conversation as resolved.
},
"devDependencies": {
"coffeescript": "1.12.x",
Expand Down