Skip to content

Commit

Permalink
Merge branch 'release/1.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
gaui committed Jul 29, 2019
2 parents 6ca8300 + bcab959 commit d0065dc
Show file tree
Hide file tree
Showing 4 changed files with 354 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.4.0
12.7.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.3.1

Just a minor update to address a [security vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2019-1010266) in lodash. Along with updating some dependencies.

- **chore:** Update Node to v12.7.0
- **chore:** Update ESLint to v6.1.0
- **chore:** Update Babel to v7.5.5
- **chore:** Update lodash from 4.17.10 to 4.17.15 because of a [security vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2019-1010266).

## 1.3.0

- **refactor:** Use `.d.ts` files instead of exporting/importing types/interfaces.
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"vuln": "yarn audit --level high --no-progress --non-interactive --frozen-lockfile"
},
"engines": {
"node": "12.4.0"
"node": "12.7.0"
},
"dependencies": {
"glob": "^7.1.4",
Expand All @@ -35,18 +35,18 @@
"fs": false
},
"devDependencies": {
"@babel/cli": "7.5.0",
"@babel/core": "7.5.4",
"@babel/plugin-proposal-class-properties": "7.5.0",
"@babel/preset-env": "7.5.4",
"@babel/cli": "7.5.5",
"@babel/core": "7.5.5",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-typescript": "7.3.3",
"@types/glob": "7.1.1",
"@types/jest": "24.0.15",
"@types/node": "12.6.2",
"@types/ramda": "0.26.15",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
"eslint": "6.0.1",
"@types/node": "12.6.8",
"@types/ramda": "0.26.18",
"eslint": "6.1.0",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-prettier": "3.1.0",
"jest": "24.8.0",
Expand Down
Loading

0 comments on commit d0065dc

Please sign in to comment.