Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0uch committed Sep 29, 2018
1 parent a07d10e commit 59d1b83
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog


### 5.5.4 (2018-09-29)
### 5.5.5 (2018-09-29)
- Fix: remove use of Function constructor to comply with Content Security Policy.
- Fix: remove use of Function constructor in `error-class` dependency.


### 5.5.3 (2018-09-27)
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fortune",
"description": "Non-native graph database abstraction layer for Node.js and web browsers.",
"version": "5.5.4",
"version": "5.5.5",
"license": "MIT",
"homepage": "http://fortune.js.org",
"repository": {
Expand All @@ -25,7 +25,7 @@
"test:browser": "browserify test/browser.js | tape-run | tf-dot"
},
"dependencies": {
"error-class": "^2.0.1",
"error-class": "^2.0.2",
"event-lite": "^0.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 59d1b83

Please sign in to comment.