Skip to content

Commit

Permalink
Merge pull request #301 from NitorCreations/lib-updates
Browse files Browse the repository at this point in the history
nFlow Explorer: Library updates and fix build.
  • Loading branch information
eputtone authored Mar 28, 2019
2 parents 3b89f25 + 1ad72b4 commit cae321c
Show file tree
Hide file tree
Showing 6 changed files with 3,495 additions and 4,391 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
**Highlights**

**Details**
- Update libraries for nFlow Explorer. Includes fix for morgan library security issue.
- https://github.com/NitorCreations/nflow/network/alert/nflow-explorer/package-lock.json/morgan/open
- Fix travis build to actually run unit tests for nflow-explorer module.

## 5.4.1 (2019-03-18)

Expand Down
24 changes: 12 additions & 12 deletions nflow-explorer/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
"name": "nflow-explorer",
"version": "1.0.0",
"dependencies": {
"angular": "1.7.3",
"angular": "1.7.8",
"json3": "3.3.2",
"es5-shim": "4.5.10",
"bootstrap-sass": "3.3.7",
"angular-resource": "1.7.3",
"angular-cookies": "1.7.3",
"angular-sanitize": "1.7.3",
"angular-animate": "1.7.3",
"angular-touch": "1.7.3",
"angular-ui-router": "1.0.20",
"es5-shim": "4.5.12",
"bootstrap-sass": "3.4.1",
"angular-resource": "1.7.8",
"angular-cookies": "1.7.8",
"angular-sanitize": "1.7.8",
"angular-animate": "1.7.8",
"angular-touch": "1.7.8",
"angular-ui-router": "1.0.22",
"momentjs": "2.9.0",
"lodash": "4.17.11",
"dygraphs": "1.1.0",
"dagre-d3": "0.6.1",
"dagre-d3": "0.6.3",
"angular-chart.js": "1.1.1",
"svg-pan-zoom": "3.6.0",
"angular-toastr": "2.1.1"
},
"devDependencies": {
"angular-mocks": "1.7.3",
"angular-scenario": "1.7.3"
"angular-mocks": "1.7.8",
"angular-scenario": "1.7.8"
}
}
Loading

0 comments on commit cae321c

Please sign in to comment.