diff --git a/CHANGELOG.md b/CHANGELOG.md index f51eeaa9..4de9db2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v9.6.1] - 27.08.2019 + +### Changed + +- Updated eslint-utils to v1.4.1 + ## [v9.6.0] - 09.08.2019 ### Changed diff --git a/package.json b/package.json index 7aa2b223..44b3b53a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@itslearning/protomorph", "description": "Shared build config for frontend applications", - "version": "9.6.0", + "version": "9.6.1", "author": "Gavin King ", "license": "MIT", "scripts": { @@ -77,6 +77,7 @@ "webpack": "4.27.1" }, "resolutions": { + "eslint-utils": "1.4.1", "js-yaml": "^3.13.1", "lodash": "4.17.14", "lodash.mergewith": "4.6.2", diff --git a/yarn.lock b/yarn.lock index 7f2011a5..370d15a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2332,9 +2332,12 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3: esrecurse "^4.1.0" estraverse "^4.1.1" -eslint-utils@^1.3.0, eslint-utils@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512" +eslint-utils@1.4.1, eslint-utils@^1.3.0, eslint-utils@^1.3.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.1.tgz#73f99ce55beebe4d956bfe51cb087bab2399fd9e" + integrity sha512-mRQKp/gEImJj7aP2be4F0cIQMxlgY9em9RFtxDmkwqV3cUKCK/mvso36wGQFJCNnrBKrEMBZkOLDrMSM+BpG3A== + dependencies: + eslint-visitor-keys "^1.0.0" eslint-visitor-keys@^1.0.0: version "1.0.0"