aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2018-06-19 10:11:36 +0000
committerdependabot[bot] <support@dependabot.com>2018-06-19 10:11:36 +0000
commit9ebf4eaff6c7477cd778ae148b66097b0b41ad1d (patch)
tree4fed29f4a573be2c4ac9f9a3388e6a8f37101b5a /apps
parentb5616578df1d843d141e7b01212ffc1216d41a39 (diff)
downloadnextcloud-server-9ebf4eaff6c7477cd778ae148b66097b0b41ad1d.tar.gz
nextcloud-server-9ebf4eaff6c7477cd778ae148b66097b0b41ad1d.zip
Bump webpack-merge from 4.1.2 to 4.1.3 in /apps/updatenotification
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')
-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 634102cb9d1..472695c393d 100644
--- a/apps/updatenotification/package-lock.json
+++ b/apps/updatenotification/package-lock.json
@@ -6988,9 +6988,9 @@
}
},
"webpack-merge": {
- "version": "4.1.2",
- "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.2.tgz",
- "integrity": "sha512-/0QYwW/H1N/CdXYA2PNPVbsxO3u2Fpz34vs72xm03SRfg6bMNGfMJIQEpQjKRvkG2JvT6oRJFpDtSrwbX8Jzvw==",
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.3.tgz",
+ "integrity": "sha512-zxwAIGK7nKdu5CIZL0BjTQoq3elV0t0MfB7rUC1zj668geid52abs6hN/ACwZdK6LeMS8dC9B6WmtF978zH5mg==",
"dev": true,
"requires": {
"lodash": "^4.17.5"
diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json
index d9b6a664c9c..915397dfd08 100644
--- a/apps/updatenotification/package.json
+++ b/apps/updatenotification/package.json
@@ -34,6 +34,6 @@
"vue-template-compiler": "^2.5.16",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
- "webpack-merge": "^4.1.2"
+ "webpack-merge": "^4.1.3"
}
}