From 53d5bb6d7b2c738220699201babbbea1dac87797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20F=C3=BCrstenberg?= Date: Fri, 30 Aug 2019 13:24:46 +0200 Subject: [PATCH] Updated packages --- CHANGELOG.md | 7 +++++++ package.json | 3 ++- yarn.lock | 7 ++++--- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8949478..325b7a2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v9.8.0] - 30.08.2019 + +### Changed + +- Updated mixin-deep to v1.3.2 +- Updated set-value to v2.0.1 + ## [v9.7.0] - 30.08.2019 ### Added diff --git a/package.json b/package.json index afda68d7..ba7ea055 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@itslearning/protomorph", "description": "Shared build config for frontend applications", - "version": "9.7.0", + "version": "9.8.0", "author": "Itslearning AS", "license": "MIT", "scripts": { @@ -82,6 +82,7 @@ "lodash": "4.17.14", "lodash.mergewith": "4.6.2", "lodash.template": "4.5.0", + "mixin-deep": "1.3.2", "node-sass": "4.11.0", "set-value": "2.0.1" } diff --git a/yarn.lock b/yarn.lock index 4e9a2fb3..6bb3b7a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4134,9 +4134,10 @@ mississippi@^3.0.0: stream-each "^1.1.0" through2 "^2.0.0" -mixin-deep@^1.2.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" +mixin-deep@1.3.2, mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== dependencies: for-in "^1.0.2" is-extendable "^1.0.1"