diff options
-rw-r--r-- | apps/updatenotification/package-lock.json | 8 | ||||
-rw-r--r-- | apps/updatenotification/package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/apps/updatenotification/package-lock.json b/apps/updatenotification/package-lock.json index 5fbceffea51..cc9e5442311 100644 --- a/apps/updatenotification/package-lock.json +++ b/apps/updatenotification/package-lock.json @@ -2544,7 +2544,7 @@ }, "is-obj": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=", "dev": true }, @@ -4345,9 +4345,9 @@ "dev": true }, "vue-loader": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.4.1.tgz", - "integrity": "sha512-+9EgqF7YHcZG0wosbXij9qSzz7Ep1QNOk4a3asTyf5XC9kDud2R4aNAwQP65bELyKwWjcGm8sv7ChYndodxijw==", + "version": "15.4.2", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.4.2.tgz", + "integrity": "sha512-nVV27GNIA9MeoD8yQ3dkUzwlAaAsWeYSWZHsu/K04KCD339lW0Jv2sJWsjj3721SP7sl2lYdPmjcHgkWQSp5bg==", "dev": true, "requires": { "@vue/component-compiler-utils": "^2.0.0", diff --git a/apps/updatenotification/package.json b/apps/updatenotification/package.json index 7747e1c4932..9ae1cb8fc0a 100644 --- a/apps/updatenotification/package.json +++ b/apps/updatenotification/package.json @@ -30,7 +30,7 @@ "devDependencies": { "css-loader": "^1.0.0", "file-loader": "^1.1.11", - "vue-loader": "^15.4.1", + "vue-loader": "^15.4.2", "vue-template-compiler": "^2.5.17", "webpack": "^4.17.2", "webpack-cli": "^3.1.0", |