Skip to content

Commit

Permalink
Merge pull request #38 from itslearning/4-update-jsyaml
Browse files Browse the repository at this point in the history
Update es-lint
  • Loading branch information
stephane-vanraes authored Jun 6, 2019
2 parents feca3ac + 2867e9f commit 7959ade
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 202 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v9.2.0] - 31.05.2019

### Changed

- Fixed js-yaml security issue

## [v9.1.0] - 31.05.2019

### Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "9.1.0",
"version": "9.2.0",
"author": "Gavin King <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -32,14 +32,14 @@
"del": "3.0.0",
"dirty-chai": "2.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "2.0.0",
"eslint-loader": "2.1.2",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-json": "^1.3.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint": "4.19.1",
"eslint": "5.16.0",
"karma-chai-dom": "1.1.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
Expand Down
Loading

0 comments on commit 7959ade

Please sign in to comment.