diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-06-26 12:05:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 12:05:45 +0200 |
commit | 684ee622a11238236518934a52e07ea49d96334b (patch) | |
tree | b1af0d6b5ae372d3278acd474fd196567672ad91 /apps/accessibility/package.json | |
parent | a97cc293b5f04ee1d25a5e41103586f16ff02927 (diff) | |
parent | 542fa32452bb16ee63c4064f93c1fcb1be930fae (diff) | |
download | nextcloud-server-684ee622a11238236518934a52e07ea49d96334b.tar.gz nextcloud-server-684ee622a11238236518934a52e07ea49d96334b.zip |
Merge pull request #9998 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/webpack-merge-4.1.3
Bump webpack-merge from 4.1.2 to 4.1.3 in /apps/accessibility
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" } } |