diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 634102cb9d10a0adc046bdc730ed38f3bd68b592..472695c393df3943e7f583db4d32f64f18ebd2da 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 d9b6a664c9c1e2642a16c23a197cb1fb377ce896..915397dfd08cde282a600789a2176a01eb8ccc90 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" } }