summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-01-06 16:02:57 +0100
committerGitHub <noreply@github.com>2019-01-06 16:02:57 +0100
commit49a2dc2b4970e9d56e87a9d3278cb751e127e047 (patch)
treea9886c846221ad55e0d841cba8014eefdab49657 /apps
parent6725de29794906e9652ed3f197bb37d01b1f8455 (diff)
parentbc993e4a7d647c73815be7eaeebe81c75044a088 (diff)
downloadnextcloud-server-49a2dc2b4970e9d56e87a9d3278cb751e127e047.tar.gz
nextcloud-server-49a2dc2b4970e9d56e87a9d3278cb751e127e047.zip
Merge pull request #13392 from nextcloud/dependabot/npm_and_yarn/apps/updatenotification/webpack-merge-4.2.1
Bump webpack-merge from 4.1.5 to 4.2.1 in /apps/updatenotification
Diffstat (limited to 'apps')
-rw-r--r--apps/updatenotification/package-lock.json6
-rw-r--r--apps/updatenotification/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json
index 1cc4a2b7797..6ba95249dd2 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -6239,9 +6239,9 @@
}
},
"webpack-merge": {
- "version": "4.1.5",
- "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.5.tgz",
- "integrity": "sha512-sVcM+MMJv6DO0C0GLLltx8mUlGMKXE0zBsuMqZ9jz2X9gsekALw6Rs0cAfTWc97VuWS6NpVUa78959zANnMMLQ==",
+ "version": "4.2.1",
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.2.1.tgz",
+ "integrity": "sha512-4p8WQyS98bUJcCvFMbdGZyZmsKuWjWVnVHnAS3FFg0HDaRVrPbkivx2RYCre8UiemD67RsiFFLfn4JhLAin8Vw==",
"dev": true,
"requires": {
"lodash": "^4.17.5"
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json
index fe57b43dc78..8f782f69805 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -38,6 +38,6 @@
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
- "webpack-merge": "^4.1.5"
+ "webpack-merge": "^4.2.1"
}
}