Skip to content

Commit

Permalink
Merge pull request #18 from bigman73/bugfix/security-vulnerability
Browse files Browse the repository at this point in the history
- Fixed: Security vulnerability with serialize-javascript (used by mo…
  • Loading branch information
bigman73 authored Aug 14, 2020
2 parents e2b908b + 2aa1f43 commit 3b27c95
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 44 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Released]

## [2.2.2] - 2020-08-13
- Fixed: Security vulnerability with serialize-javascript (used by mocha)
- npm update

## [2.2.1] - 2020-07-24
- Improved documentation

Expand Down
170 changes: 135 additions & 35 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jay-gee-eff",
"version": "2.2.1",
"version": "2.2.2",
"description": "JGF - JSON Graph Format manipulation module. Reads and writes JGF files.",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -42,18 +42,18 @@
"homepage": "https://github.com/bigman73/jay-gee-eff#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.5.0",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.0.3",
"mocha": "^8.0.1"
"eslint-plugin-jsdoc": "^30.2.2",
"mocha": "^8.1.1"
},
"dependencies": {
"check-types": "^11.1.2",
"fast-clone": "^1.5.13",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"jsonschema": "^1.2.6",
"lodash": "^4.17.19"
"lodash": "^4.17.20"
}
}
6 changes: 3 additions & 3 deletions test-jay-gee-eff/package-lock.json

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

2 changes: 1 addition & 1 deletion test-jay-gee-eff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"author": "Bigman73",
"license": "ISC",
"dependencies": {
"jay-gee-eff": "^2.2.0"
"jay-gee-eff": "^2.2.1"
}
}

0 comments on commit 3b27c95

Please sign in to comment.