diff options
author | dependabot[bot] <support@dependabot.com> | 2018-06-26 08:42:50 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-06-26 08:42:50 +0000 |
commit | 542fa32452bb16ee63c4064f93c1fcb1be930fae (patch) | |
tree | 24a2892f4bb0a54fde5d1b0fcb16ca7462fb1c2b /apps/accessibility/package.json | |
parent | f148e3fb2936f079074c02ba474ebe8202354367 (diff) | |
download | nextcloud-server-542fa32452bb16ee63c4064f93c1fcb1be930fae.tar.gz nextcloud-server-542fa32452bb16ee63c4064f93c1fcb1be930fae.zip |
Bump webpack-merge from 4.1.2 to 4.1.3 in /apps/accessibility
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/survivejs/webpack-merge/releases)
- [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md)
- [Commits](https://github.com/survivejs/webpack-merge/compare/v4.1.2...v4.1.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'apps/accessibility/package.json')
-rw-r--r-- | apps/accessibility/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/accessibility/package.json b/apps/accessibility/package.json index d972a098a9f..c592ae10b4b 100644 --- a/apps/accessibility/package.json +++ b/apps/accessibility/package.json @@ -30,6 +30,6 @@ "vue-template-compiler": "^2.5.16", "webpack": "^4.12.0", "webpack-cli": "^3.0.4", - "webpack-merge": "^4.1.2" + "webpack-merge": "^4.1.3" } } |